X509PeerCertificateAuthentication.TrustedStoreLocation 属性

定义

获取或设置用来验证客户端证书的受信任存储区位置。

public:
 property System::Security::Cryptography::X509Certificates::StoreLocation TrustedStoreLocation { System::Security::Cryptography::X509Certificates::StoreLocation get(); void set(System::Security::Cryptography::X509Certificates::StoreLocation value); };
public System.Security.Cryptography.X509Certificates.StoreLocation TrustedStoreLocation { get; set; }
member this.TrustedStoreLocation : System.Security.Cryptography.X509Certificates.StoreLocation with get, set
Public Property TrustedStoreLocation As StoreLocation

属性值

StoreLocation

用来验证客户端证书的受信任存储区位置。

例外

在凭据为只读时进行设置。

注解

使用证书时,Windows Communication Foundation (WCF) 安全系统根据验证客户端证书 StoreLocation 。 存储区位置是使用此参数指定的。

适用于