ClientCertificateAuthentication interface
클라이언트에 대한 인증서 인증 속성입니다.
속성
allowed |
클라이언트 인증 중에 허용되는 지문 목록입니다. 이 속성은 validationScheme이 'ThumbprintMatch'인 경우에만 필요합니다. |
validation |
클라이언트를 인증하는 데 사용되는 유효성 검사 체계입니다. 기본값은 SubjectMatchesAuthenticationName입니다. |
속성 세부 정보
allowedThumbprints
클라이언트 인증 중에 허용되는 지문 목록입니다. 이 속성은 validationScheme이 'ThumbprintMatch'인 경우에만 필요합니다.
allowedThumbprints?: string[]
속성 값
string[]
validationScheme
클라이언트를 인증하는 데 사용되는 유효성 검사 체계입니다. 기본값은 SubjectMatchesAuthenticationName입니다.
validationScheme?: string
속성 값
string
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for JavaScript