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
암호 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 OASIS SAML(Security Assertion Markup Language) 사양에 대한 어설션 및 프로토콜에 정의된 요소의 특성 <AuthenticationStatement> 에 해당 AuthenticationMethod 합니다.

적용 대상