Compartir a través de


X509DefaultServiceCertificateElement.StoreLocation Propiedad

Definición

Obtiene o establece un valor que especifica la ubicación del almacén de certificados que el cliente puede usar para validar el certificado del servidor.

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

Valor de propiedad

StoreLocation

que especifica la ubicación del almacén de certificados que el cliente StoreLocation puede usar para validar el certificado del servidor. El valor predeterminado es LocalMachine.

Atributos

Se aplica a