CertificateConfiguration.StoreName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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