IssuedTokenServiceElement::TrustedStoreLocation Property

 

Gets or sets the location of the X.509 certificate store.

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

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

.NET Framework
Available since 3.0
Return to top
Show: