X509ClientCertificateAuthenticationElement::TrustedStoreLocation Property
.NET Framework (current version)
Gets or sets the trusted store location where the client certificate is validated.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: [ConfigurationPropertyAttribute("trustedStoreLocation", DefaultValue = StoreLocation::LocalMachine)] property StoreLocation TrustedStoreLocation { StoreLocation get(); void set(StoreLocation value); }
Property Value
Type: System.Security.Cryptography.X509Certificates::StoreLocationThe trusted store location.
Windows Communication Foundation (WCF) security system validates the client certificate against a StoreLocation. The store location is specified using this property.
.NET Framework
Available since 3.0
Available since 3.0
Show: