Share via


SamlAuthenticationClaimResource.AuthenticationMethod プロパティ

定義

サブジェクトを認証するために使用されたメソッドを取得または設定します。

public:
 property System::String ^ AuthenticationMethod { System::String ^ get(); };
public string AuthenticationMethod { get; }
member this.AuthenticationMethod : string
Public ReadOnly Property AuthenticationMethod As String

プロパティ値

サブジェクトを認証するために使用されたメソッド。

注釈

一連の認証メソッドは拡張可能ですが、SAML 仕様で定義されている一連の認証メソッドを次の表に示します。

認証方法 URI
Password urn:oasis:names:tc:SAML:1.0:am:password
Kerberos urn:ietf:rfc:1510
セキュア リモート パスワード (SRP) urn:ietf:rfc:2945
ハードウェア トークン URI:urn:oasis:names:tc:SAML:1.0:am:HardwareToken
SSL/TLS 証明書ベースのクライアント認証 urn:ietf:rfc:2246
PGP 公開キー urn:oasis:names:tc:SAML:1.0:am:PGP
SPKI 公開キー urn:oasis:names:tc:SAML:1.0:am:SPKI
XKMS 公開キー urn:oasis:names:tc:SAML:1.0:am:XKMS
XML デジタル署名 urn:ietf:rfc:3075
指定されていません。 urn:oasis:names:tc:SAML:1.0:am:unspecified

AuthenticationMethod プロパティは、『Assertions and Protocol for the OASIS Security Assertion Markup Language (SAML)』の仕様で定義されている AuthenticationMethod 要素の <AuthenticationStatement> 属性に対応します。

適用対象