X509PeerCertificateAuthenticationElement::TrustedStoreLocation Property

 

Gets or sets the trusted store location where the peer certificate is validated.

Namespace:   System.ServiceModel.Configuration
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::StoreLocation

The 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
Return to top
Show: