Sdílet prostřednictvím


SamlSecurityTokenHandler.DenormalizeAuthenticationType(String) Metoda

Definice

Vrátí identifikátor metody ověřování SAML11, který odpovídá zadané normalizované hodnotě pro metodu ověřování 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

Parametry

normalizedAuthenticationType
String

Normalizovaná hodnota. Jedna z AuthenticationMethods hodnot.

Návraty

Identifikátor (URI) metody ověřování SAML11, který odpovídá zadanému normalizovanému identifikátoru. Pokud se nenajde žádná odpovídající metoda ověřování SAML11, normalizedAuthenticationType vrátí se identifikátor URI beze.

Poznámky

Metoda DenormalizeAuthenticationType vrátí identifikátor metody ověřování SAML11, který odpovídá zadanému normalizovanému identifikátoru URI. Pokud X509 je například zadaný parametr , normalizedAuthenticationTypevrátí se následující identifikátor URI: urn:oasis:names:tc:SAML:1.0:am:X509-PKI. Pokud mapování pro normalizedAuthenticationTypeneexistuje, vrátí se nezměněné.

Platí pro