X509ClientCertificateAuthenticationElement.MapClientCertificateToWindowsAccount 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
인증서가 Windows 계정에 매핑되는지 여부를 나타내는 값을 가져오거나 설정합니다.
public:
property bool MapClientCertificateToWindowsAccount { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("mapClientCertificateToWindowsAccount", DefaultValue=false)]
public bool MapClientCertificateToWindowsAccount { get; set; }
[<System.Configuration.ConfigurationProperty("mapClientCertificateToWindowsAccount", DefaultValue=false)>]
member this.MapClientCertificateToWindowsAccount : bool with get, set
Public Property MapClientCertificateToWindowsAccount As Boolean
속성 값
인증서가 Windows 계정에 매핑되면 true
이고, 그렇지 않으면 false
입니다. 기본값은 false
입니다.
- 특성
설명
이 속성은 MapClientCertificateToWindowsAccount 속성이 true
로 설정된 경우에만 유효합니다.
바인딩에서 인증서 클라이언트 자격 증명 형식을 사용할 때 해당 인증서는 Windows 계정으로 매핑되지 않습니다. 이 속성을 사용하여 이 동작을 재정의할 수 있습니다. 이 속성을 true
로 설정하면 클라이언트 인증서의 ID가 Windows 계정으로 매핑될 수 있습니다. 단, 서비스가 권한 있는 계정에서 실행 중이어야 하며, 도메인이 이 기능을 지원하도록 구성되어야 합니다.