SamlSecurityTokenHandler.DenormalizeAuthenticationType(String) 方法

定义

返回对 SAML 身份验证方法的指定的规范化值相匹配的 SAML11 身份验证方法标识符。

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

参数

normalizedAuthenticationType
String

规范化的值。 AuthenticationMethods 值之一。

返回

匹配指定的规范化的标识符的 SAML11 授权方法标识符 (URI)。 如果未找到匹配的 SAML11 身份验证方法,则 normalizedAuthenticationType URI 返回未更改。

注解

方法 DenormalizeAuthenticationType 返回与指定的规范化 URI 匹配的 SAML11 身份验证方法标识符。 例如,如果 X509normalizedAuthenticationType指定了 ,则返回以下 URI: urn:oasis:names:tc:SAML:1.0:am:X509-PKI。 如果 不存在的 normalizedAuthenticationType映射,则返回的映射不变。

适用于