次の方法で共有


EncryptionService.Enabled プロパティ

定義

サービスが格納時にデータを暗号化するかどうかを示すブール値を取得または設定します。 現在、保存時の暗号化は既定で有効になっており、無効にすることはできません。

[Newtonsoft.Json.JsonProperty(PropertyName="enabled")]
public bool? Enabled { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="enabled")>]
member this.Enabled : Nullable<bool> with get, set
Public Property Enabled As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象