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