IssuedTokenServiceElement::TrustedStoreLocation Property
.NET Framework (current version)
Gets or sets the location of the X.509 certificate store.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: [ConfigurationPropertyAttribute("trustedStoreLocation", DefaultValue = StoreLocation::LocalMachine)] property StoreLocation TrustedStoreLocation { StoreLocation get(); void set(StoreLocation value); }
Property Value
Type: System.Security.Cryptography.X509Certificates::StoreLocationA valid value of StoreLocation.
.NET Framework
Available since 3.0
Available since 3.0
Show: