Freigeben über


A2AProtectedDiskDetails.IsDiskKeyEncrypted Property

Definition

Gets or sets a value indicating whether disk key got encrypted or not.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to