Saml2SecurityTokenHandler.NormalizeAuthenticationContextClassReference Metodo

Definizione

Restituisce il valore normalizzato corrispondente a un riferimento alla classe di contesto di autenticazione SAML.

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

Parametri

saml2AuthenticationContextClassReference
String

Stringa che rappresenta una delle costanti System.IdentityModel.Tokens.Saml2Constants.AuthenticationContextClasses.

Valori restituiti

Stringa contenente il valore normalizzato.

Si applica a