SamlSecurityTokenHandler.DenormalizeAuthenticationType(String) Metoda

Definicja

Zwraca identyfikator metody uwierzytelniania SAML11 zgodny z określoną znormalizowaną wartością metody uwierzytelniania 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

Znormalizowana wartość. AuthenticationMethods Jedna z wartości.

Zwraca

Identyfikator metody uwierzytelniania SAML11 zgodny z określonym znormalizowanymi identyfikatorami. Jeśli nie zostanie znaleziona żadna zgodna metoda uwierzytelniania SAML11, normalizedAuthenticationType identyfikator URI zostanie zwrócony nieumyślnie.

Uwagi

Metoda DenormalizeAuthenticationType zwraca identyfikator metody uwierzytelniania SAML11 zgodny z określonym znormalizowany identyfikator URI. Jeśli na przykład X509 określono dla normalizedAuthenticationTypeparametru , zwracany jest następujący identyfikator URI: urn:oasis:names:tc:SAML:1.0:am:X509-PKI. Jeśli mapowanie nie istnieje dla normalizedAuthenticationTypeelementu , jest zwracane niezmapowane.

Dotyczy