SamlAuthenticationStatement.AuthenticationMethod 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주체를 인증하는 데 사용되는 방법을 가져오거나 설정합니다.
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
합니다.
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET