共用方式為


X509SecurityTokenAuthenticator.MapCertificateToWindowsAccount 屬性

定義

取得值,這個值會指出是否將 X.509 憑證對應至 Windows 帳戶。

public:
 property bool MapCertificateToWindowsAccount { bool get(); };
public bool MapCertificateToWindowsAccount { get; }
member this.MapCertificateToWindowsAccount : bool
Public ReadOnly Property MapCertificateToWindowsAccount As Boolean

屬性值

如果要將 X.509 憑證對應至 Windows 帳戶則為 true,否則為 false

備註

MapCertificateToWindowsAccount 屬性只能在建構函式 (Constructor) 中設定。

如果使用傳輸層級 SSL 或 HTTPS 安全性,且基礎安全性通道或 Internet Information Services 已提供對應, (IIS) ,則不會進行鏈結驗證套用該對應。 否則,在執行對應之前,會使用憑證鏈結對憑證進行驗證,而且該憑證也必須鏈結至 NT_AUTHORITY 身分識別。 使用的鏈結結構會對應至 CertVerifyCertificateChainPolicy 函式中所定義的CERT_CHAIN_POLICY_NT_AUTH。 這個行為只會在對應憑證至 Windows 帳戶時發生。

適用於