Share via


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

標準化的值。

傳回

字串,表示用於取得權杖的反正規化驗證類型。

適用於