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 时,它会导致客户端证书的标识映射到 Windows 帐户。 它要求以特权帐户运行服务,并将域配置为支持此功能。

适用于