Saml2SecurityTokenHandler.NormalizeAuthenticationContextClassReference Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Returnerar det normaliserade värdet som matchar en referens för SAML-autentiseringskontextklass.
protected:
virtual System::String ^ NormalizeAuthenticationContextClassReference(System::String ^ saml2AuthenticationContextClassReference);
protected virtual string NormalizeAuthenticationContextClassReference(string saml2AuthenticationContextClassReference);
abstract member NormalizeAuthenticationContextClassReference : string -> string
override this.NormalizeAuthenticationContextClassReference : string -> string
Protected Overridable Function NormalizeAuthenticationContextClassReference (saml2AuthenticationContextClassReference As String) As String
Parametrar
- saml2AuthenticationContextClassReference
- String
En sträng som representerar en av konstanterna System.IdentityModel.Tokens.Saml2Constants.AuthenticationContextClasses.
Returer
En sträng som innehåller det normaliserade värdet.