次の方法で共有


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

適用対象