Compartir a través de


MetadataSerializer.TrustedStoreLocation Propiedad

Definición

Obtiene o establece la ubicación del almacén de confianza del certificado X.509 que se usa para firmar el documento de metadatos.

public:
 property System::Security::Cryptography::X509Certificates::StoreLocation TrustedStoreLocation { System::Security::Cryptography::X509Certificates::StoreLocation get(); void set(System::Security::Cryptography::X509Certificates::StoreLocation value); };
public System.Security.Cryptography.X509Certificates.StoreLocation TrustedStoreLocation { get; set; }
member this.TrustedStoreLocation : System.Security.Cryptography.X509Certificates.StoreLocation with get, set
Public Property TrustedStoreLocation As StoreLocation

Valor de propiedad

Uno de los valores de enumeración que especifica la ubicación de un almacén de certificados X.509. El valor predeterminado lo especifica DefaultTrustedStoreLocation.

Se aplica a