X509ClientCertificateAuthenticationElement.TrustedStoreLocation 属性
定义
获取或设置用来验证客户端证书的受信任存储区位置。Gets or sets the trusted store location where the client certificate is validated.
public:
property System::Security::Cryptography::X509Certificates::StoreLocation TrustedStoreLocation { System::Security::Cryptography::X509Certificates::StoreLocation get(); void set(System::Security::Cryptography::X509Certificates::StoreLocation value); };
[System.Configuration.ConfigurationProperty("trustedStoreLocation", DefaultValue=Mono.Cecil.CustomAttributeArgument)]
public System.Security.Cryptography.X509Certificates.StoreLocation TrustedStoreLocation { get; set; }
[<System.Configuration.ConfigurationProperty("trustedStoreLocation", DefaultValue=Mono.Cecil.CustomAttributeArgument)>]
member this.TrustedStoreLocation : System.Security.Cryptography.X509Certificates.StoreLocation with get, set
Public Property TrustedStoreLocation As StoreLocation
属性值
受信任的存储区位置。The trusted store location.
- 属性
注解
Windows Communication Foundation (WCF) 安全系统根据验证客户端证书 StoreLocation 。Windows Communication Foundation (WCF) security system validates the client certificate against a StoreLocation. 存储区位置是使用此属性指定的。The store location is specified using this property.