SamlSecurityTokenHandler.NormalizeAuthenticationType(String) Metoda

Definicja

Zwraca znormalizowaną wartość zgodną z identyfikatorem metody uwierzytelniania 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

Parametry

saml11AuthenticationMethod
String

Identyfikator metody uwierzytelniania SAML 1.1 (URI) do normalizacji.

Zwraca

Znormalizowana wartość, która jest jedną z AuthenticationMethods wartości. Jeśli nie istnieje żadna zgodna wartość, saml11AuthenticationMethod zostanie zwrócona, niezrównomiona.

Uwagi

Metoda NormalizeAuthenticationType zwraca wartość zgodną AuthenticationMethods z określonym identyfikatorem metody uwierzytelniania SAML11. Jeśli na przykład urn:oasis:names:tc:SAML:1.0:am:X509-PKI określono wartość saml11AuthenticationMethod, zwracana jest wartość . X509 Jeśli mapowanie nie istnieje dla saml11AuthenticationMethodelementu , jest zwracane niezniszczone.

Dotyczy