Saml2SecurityTokenHandler.DenormalizeAuthenticationType(String) 方法

定义

返回匹配规范化的值的 Saml2 AuthenticationContext。

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

规范化的值。

返回

一个字符串,表示用于获取令牌的非规范化的身份验证类型。

适用于