X509CertificateValidationElement.TrustedStoreLocation Eigenschap

Definitie

Hiermee haalt u de vertrouwde archieflocatie voor X.509-certificaten op of stelt u deze in.

public:
 property System::Security::Cryptography::X509Certificates::StoreLocation TrustedStoreLocation { System::Security::Cryptography::X509Certificates::StoreLocation get(); void set(System::Security::Cryptography::X509Certificates::StoreLocation value); };
[System.Configuration.ConfigurationProperty("trustedStoreLocation", DefaultValue=System.Security.Cryptography.X509Certificates.StoreLocation.LocalMachine, IsRequired=false)]
public System.Security.Cryptography.X509Certificates.StoreLocation TrustedStoreLocation { get; set; }
[<System.Configuration.ConfigurationProperty("trustedStoreLocation", DefaultValue=System.Security.Cryptography.X509Certificates.StoreLocation.LocalMachine, IsRequired=false)>]
member this.TrustedStoreLocation : System.Security.Cryptography.X509Certificates.StoreLocation with get, set
Public Property TrustedStoreLocation As StoreLocation

Waarde van eigenschap

De opslaglocatie voor X.509-certificaten. De standaardwaarde is LocalMachine.

Kenmerken

Opmerkingen

Deze eigenschap is optioneel. Het vertegenwoordigt het trustedSToreLocation kenmerk van het <certificateValidation> element.

Van toepassing op