X509ClientCertificateCredentialsElement::StoreLocation Property

 

Gets or sets a value that specifies the location of the certificate store that the service can use to validate the client's certificate.

Namespace:   System.ServiceModel.Configuration
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
[ConfigurationPropertyAttribute("storeLocation", DefaultValue = StoreLocation::LocalMachine)]
property StoreLocation StoreLocation {
	StoreLocation get();
	void set(StoreLocation value);
}

.NET Framework
Available since 3.0
Return to top
Show: