X509ClientCertificateCredentialsElement::StoreName Property

 

Gets or sets the name of the X.509 certificate store to open.

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

public:
[ConfigurationPropertyAttribute("storeName", DefaultValue = StoreName::My)]
property StoreName StoreName {
	StoreName get();
	void set(StoreName value);
}

Property Value

Type: System.Security.Cryptography.X509Certificates::StoreName

A StoreName that contains the name of the X.509 certificate store to open.

.NET Framework
Available since 3.0
Return to top
Show: