Share via


CertificateConfiguration.StoreName Property

Definition

Gets or sets the System.Security.Cryptography.x509certificates.StoreName certificate store location. Only Root and CertificateAuthority are valid locations. Possible values include: '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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to