Saml2SecurityTokenHandler.DenormalizeAuthenticationType(String) Método

Definición

Devuelve el valor Saml2 AuthenticationContext que coincida con un valor normalizado.

protected:
 virtual System::String ^ DenormalizeAuthenticationType(System::String ^ normalizedAuthenticationType);
protected virtual string DenormalizeAuthenticationType (string normalizedAuthenticationType);
abstract member DenormalizeAuthenticationType : string -> string
override this.DenormalizeAuthenticationType : string -> string
Protected Overridable Function DenormalizeAuthenticationType (normalizedAuthenticationType As String) As String

Parámetros

normalizedAuthenticationType
String

Valor normalizado.

Devoluciones

Cadena que representa el tipo de autenticación desnormalizado que se ha usado para obtener el token.

Se aplica a