Saml2SecurityTokenHandler.DenormalizeAuthenticationType(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回匹配规范化的值的 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
规范化的值。
返回
一个字符串,表示用于获取令牌的非规范化的身份验证类型。