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 a un 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
URI (Authentication Method Identifier) SAML 1.1 da normalizzare.
Valori restituiti
Valore normalizzato, ovvero uno dei AuthenticationMethods valori. Se non esiste alcun valore corrispondente, saml11AuthenticationMethod viene restituito, non modificato.
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 invariato.