次の方法で共有


KekType 列挙型

定義

KekType の値を定義します。

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum KekType
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type KekType = 
Public Enum KekType
継承
KekType
属性
Newtonsoft.Json.JsonConverterAttribute

フィールド

CustomerManaged 1

キー暗号化キーは、お客様によって管理されます。

MicrosoftManaged 0

キー暗号化キーは Microsoft によって管理されます。

適用対象