X509DefaultServiceCertificateElement.StoreLocation Eigenschap

Definitie

Hiermee wordt een waarde opgehaald of ingesteld waarmee de locatie van het certificaatarchief wordt opgegeven die de client kan gebruiken om het certificaat van de server te valideren.

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.CurrentUser)]
public System.Security.Cryptography.X509Certificates.StoreLocation StoreLocation { get; set; }
[<System.Configuration.ConfigurationProperty("storeLocation", DefaultValue=System.Security.Cryptography.X509Certificates.StoreLocation.CurrentUser)>]
member this.StoreLocation : System.Security.Cryptography.X509Certificates.StoreLocation with get, set
Public Property StoreLocation As StoreLocation

Waarde van eigenschap

Een StoreLocation die de locatie opgeeft van het certificaatarchief dat de client kan gebruiken om het certificaat van de server te valideren. De standaardwaarde is LocalMachine.

Kenmerken

Van toepassing op