Compartir a través de


CertificateConfiguration.StoreName Propiedad

Definición

Obtiene o establece la ubicación del almacén de certificados System.Security.Cryptography.x509certificates.StoreName. Solo root y CertificateAuthority son ubicaciones válidas. Entre los valores posibles se incluyen: "CertificateAuthority", "Root"

[Newtonsoft.Json.JsonProperty(PropertyName="storeName")]
public string StoreName { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="storeName")>]
member this.StoreName : string with get, set
Public Property StoreName As String

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a