Saml2SecurityTokenHandler.DenormalizeAuthenticationType(String) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Restituisce saml2 AuthenticationContext corrispondente a un valore normalizzato.
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
Parametri
- normalizedAuthenticationType
- String
Valore normalizzato.
Valori restituiti
Stringa che rappresenta il tipo di autenticazione denormalizzato utilizzato per ottenere il token.