SamlSecurityTokenHandler.DenormalizeAuthenticationType(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回对 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 身份验证方法标识符。 例如,如果 X509 为 normalizedAuthenticationType
指定了 ,则返回以下 URI: urn:oasis:names:tc:SAML:1.0:am:X509-PKI
。 如果 不存在的 normalizedAuthenticationType
映射,则返回的映射不变。