X509CertificateTrustedIssuerElement::StoreLocation Property

 

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

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

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

Property Value

Type: System.Security.Cryptography.X509Certificates::StoreLocation

A StoreLocation that specifies the location of the certificate store the client can use to validate the server’s certificate. The default value is LocalMachine.

.NET Framework
Available since 3.0
Return to top
Show: