X509CertificateValidationElement::TrustedStoreLocation Property
.NET Framework (current version)
Gets or sets the trusted store location for X.509 certificates.
Assembly: System.IdentityModel (in System.IdentityModel.dll)
public: [ConfigurationPropertyAttribute("trustedStoreLocation", IsRequired = false, DefaultValue = StoreLocation::LocalMachine)] property StoreLocation TrustedStoreLocation { StoreLocation get(); void set(StoreLocation value); }
Property Value
Type: System.Security.Cryptography.X509Certificates::StoreLocationThe store location for X.509 certificates. The default is LocalMachine.
This property is optional. It represents the trustedSToreLocation attribute of the <certificateValidation> element.
.NET Framework
Available since 4.5
Available since 4.5
Show: