共用方式為


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 帳戶。 它需要服務在有權限的帳戶中執行,並將網域設定為支援這項功能。

適用於