Saml2SecurityTokenHandler.DenormalizeAuthenticationType(String) Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Devolve o Saml2 AuthenticationContext que corresponde 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.
Devoluções
Uma cadeia que representa o tipo de autenticação desnormalizada usado para obter o token.