Share via


CertificateReferenceElement.StoreLocation Eigenschaft

Definition

Ruft einen Wert ab oder legt einen Wert fest, der den Speicherort des Zertifikatspeichers angibt, den der Client zum Überprüfen des Serverzertifikats verwenden kann.

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

Eigenschaftswert

StoreLocation

Ein , StoreLocation der den Speicherort des Zertifikatspeichers angibt, den der Client zum Überprüfen des Serverzertifikats verwenden kann. Der Standardwert ist LocalMachine.

Attribute

Gilt für