SamlSecurityTokenHandler.NormalizeAuthenticationType(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 il valore normalizzato che corrisponde all'identificatore del metodo di autenticazione SAML 1.1.
protected:
virtual System::String ^ NormalizeAuthenticationType(System::String ^ saml11AuthenticationMethod);
protected virtual string NormalizeAuthenticationType (string saml11AuthenticationMethod);
abstract member NormalizeAuthenticationType : string -> string
override this.NormalizeAuthenticationType : string -> string
Protected Overridable Function NormalizeAuthenticationType (saml11AuthenticationMethod As String) As String
Parametri
- saml11AuthenticationMethod
- String
Identificatore (URI) del metodo di autenticazione SAML 1.1 da normalizzare.
Restituisce
Valore di normalizzazione, che è uno dei valori AuthenticationMethods . Se non esiste alcun valore corrispondente, viene restituito saml11AuthenticationMethod
invariato.
Commenti
Il NormalizeAuthenticationType metodo restituisce il AuthenticationMethods valore corrispondente all'identificatore del metodo di autenticazione SAML11 specificato. Ad esempio, se urn:oasis:names:tc:SAML:1.0:am:X509-PKI
viene specificato per saml11AuthenticationMethod
, X509 viene restituito . Se non esiste un mapping per saml11AuthenticationMethod
, viene restituito senza modifica.