共用方式為


PublicCertificateLocation 列舉

定義

定義 PublicCertificateLocation 的值。

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

欄位

CurrentUserMy 0
LocalMachineMy 1
Unknown 2

適用於