Partager via


SamlSecurityTokenHandler.DenormalizeAuthenticationType(String) Méthode

Définition

Retourne l'identificateur de méthode d'authentification SAML11 qui correspond à la valeur normalisée spécifiée pour une méthode d'authentification SAML.

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

Paramètres

normalizedAuthenticationType
String

Valeur normalisée. Une des valeurs de l'objet AuthenticationMethods.

Retours

Identificateur (URI) de la méthode d'authentification SAML11 qui correspond à l'identificateur normalisé spécifié. Si aucune méthode d'authentification SAML11 correspondante n'est trouvée, l'URI du normalizedAuthenticationType est retourné inchangé.

Remarques

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

S’applique à