次の方法で共有


SamlSecurityTokenHandler.NormalizeAuthenticationType(String) メソッド

定義

SAML1.1 認証方法の識別子に一致する正規化された値を返します。

protected:
 virtual System::String ^ NormalizeAuthenticationType(System::String ^ saml11AuthenticationMethod);
protected virtual string NormalizeAuthenticationType (string saml11AuthenticationMethod);
abstract member NormalizeAuthenticationType : string -> string
override this.NormalizeAuthenticationType : string -> string
Protected Overridable Function NormalizeAuthenticationType (saml11AuthenticationMethod As String) As String

パラメーター

saml11AuthenticationMethod
String

正規化するための SAML 1.1 の認証方法の識別子 (URI)。

戻り値

AuthenticationMethods の値である 1 桁で正規化された値。 一致する値がない場合は、saml11AuthenticationMethod がそのまま返されます。

注釈

メソッドは NormalizeAuthenticationType 、指定した AuthenticationMethods SAML11 認証方法識別子と一致する値を返します。 たとえば、 に が指定されているsaml11AuthenticationMethodX509場合urn:oasis:names:tc:SAML:1.0:am:X509-PKIは が返されます。 の saml11AuthenticationMethodマッピングが存在しない場合は、変更されずに返されます。

適用対象