다음을 통해 공유


X509ClientCertificateAuthenticationElement.MapClientCertificateToWindowsAccount 속성

정의

인증서가 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

속성 값

Boolean

인증서가 Windows 계정에 매핑되면 true이고, 그렇지 않으면 false입니다. 기본값은 false입니다.

특성

설명

이 속성은 MapClientCertificateToWindowsAccount 속성이 true로 설정된 경우에만 유효합니다.

바인딩에서 인증서 클라이언트 자격 증명 형식을 사용할 때 해당 인증서는 Windows 계정으로 매핑되지 않습니다. 이 속성을 사용하여 이 동작을 재정의할 수 있습니다. 이 속성을 true로 설정하면 클라이언트 인증서의 ID가 Windows 계정으로 매핑될 수 있습니다. 단, 서비스가 권한 있는 계정에서 실행 중이어야 하며, 도메인이 이 기능을 지원하도록 구성되어야 합니다.

적용 대상