X509ClientCertificateAuthenticationElement.MapClientCertificateToWindowsAccount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that indicates whether the certificate is mapped to Windows accounts.
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
Property Value
true
if the certificate is mapped to Windows accounts; otherwise, false
. The default is false
.
- Attributes
Remarks
This property is valid only when the MapClientCertificateToWindowsAccount property is set to true
.
When using the certificate client credential type on bindings, the certificate is not mapped to Windows accounts. You can override this behavior using this property. When this property is set to true
, it causes the identity from the client certificate to be mapped to a Windows account. It requires that the service is running in a privileged account and that the domain be configured to support this functionality.