SamlSecurityTokenHandler.NormalizeAuthenticationType(String) 方法

定义

返回与 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

参数

saml11AuthenticationMethod
String

要规范化的 SAML 1.1 授权方法标识符 (URI)。

返回

规范化的值,是 AuthenticationMethods 其中之一值。 如果不存在任何匹配的值,则 saml11AuthenticationMethod 返回不更改。

注解

方法 NormalizeAuthenticationType 返回与 AuthenticationMethods 指定的 SAML11 身份验证方法标识符匹配的值。 例如,如果 urn:oasis:names:tc:SAML:1.0:am:X509-PKI 为 指定了 saml11AuthenticationMethodX509 则返回 。 如果 不存在的 saml11AuthenticationMethod映射,则返回的映射不变。

适用于