X509RecipientCertificateServiceElement.StoreLocation Proprietà

Definizione

Ottiene o imposta un valore che specifica il percorso dell'archivio certificati che il client può usare per convalidare il certificato del server.

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=System.Security.Cryptography.X509Certificates.StoreLocation.LocalMachine)>]
member this.StoreLocation : System.Security.Cryptography.X509Certificates.StoreLocation with get, set
Public Property StoreLocation As StoreLocation

Valore della proprietà

Oggetto StoreLocation che specifica il percorso dell'archivio certificati che il client può usare per convalidare il certificato del server. Il valore predefinito è LocalMachine.

Attributi

Si applica a