Saml2SecurityTokenHandler.DenormalizeAuthenticationType(String) Método

Definição

Retorna o AuthenticationContext Saml2 correspondente a um 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

O valor normalizado.

Retornos

Uma cadeia de caracteres que representa o tipo de autenticação desnormalizado usado para obter o token.

Aplica-se a