다음을 통해 공유


SamlAuthenticationStatement.AuthenticationMethod 속성

정의

주체를 인증하는 데 사용되는 방법을 가져오거나 설정합니다.

public:
 property System::String ^ AuthenticationMethod { System::String ^ get(); void set(System::String ^ value); };
public string AuthenticationMethod { get; set; }
member this.AuthenticationMethod : string with get, set
Public Property AuthenticationMethod As String

속성 값

주체를 인증하는 데 사용되는 방법입니다. 기본값은 urn:oasis:names:tc:SAML:1.0:am:unspecified입니다.

예외

AuthenticationMethod 속성이 설정되고 IsReadOnly 속성이 true인 경우

설명

인증 방법 집합을 확장할 수 있습니다. 그러나 다음 표에는 SAML 사양에 정의된 인증 방법 집합이 포함되어 있습니다.

인증 방법 URI
암호 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
Unspecified urn:oasis:names:tc:SAML:1.0:am:unspecified

속성이 로 AuthenticationMethod 설정 null되면 인증 방법이 로 urn:oasis:names:tc:SAML:1.0:am:unspecified설정됩니다.

속성은 AuthenticationMethod OASIS SAML(Security Assertion Markup Language) 사양에 대한 어설션 및 프로토콜에 정의된 요소의 특성 <AuthenticationStatement> 에 해당 AuthenticationMethod 합니다.

적용 대상