次の方法で共有


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

正規化した値。

戻り値

トークンを取得するために使用される非正規化された認証の種類を表す文字列。

適用対象