Partager via


SamlSecurityTokenHandler.NormalizeAuthenticationType(String) Méthode

Définition

Retourne la valeur normalisée qui correspond à un identificateur de méthode d'authentification 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

Paramètres

saml11AuthenticationMethod
String

Identificateur (URI) de la méthode d'authentification SAML 1.1 à normaliser.

Retours

Valeur normalisée, qui est l'une des valeurs de AuthenticationMethods . Si aucune valeur correspondante n'existe, saml11AuthenticationMethod est retournée inchangée.

Remarques

La NormalizeAuthenticationType méthode retourne la AuthenticationMethods valeur qui correspond à l’identificateur de méthode d’authentification SAML11 spécifié. Par exemple, si urn:oasis:names:tc:SAML:1.0:am:X509-PKI est spécifié pour saml11AuthenticationMethod, X509 est retourné. S’il n’existe pas de mappage pour saml11AuthenticationMethod, il est retourné sans modifier.

S’applique à