共用方式為


CertificateStoreLocation 列舉

定義

定義 CertificateStoreLocation 的值。

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum CertificateStoreLocation
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type CertificateStoreLocation = 
Public Enum CertificateStoreLocation
繼承
CertificateStoreLocation
屬性
Newtonsoft.Json.JsonConverterAttribute

欄位

CurrentUser 0

憑證應安裝至 CurrentUser 憑證存放區。

LocalMachine 1

憑證應該安裝到 LocalMachine 憑證存放區。

適用於