Share via


ClientEncryptionIncludedPath.EncryptionType Property

Definition

Gets or sets the type of encryption to be performed. Eg - Deterministic, Randomized

[Newtonsoft.Json.JsonProperty(PropertyName="encryptionType")]
public string EncryptionType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="encryptionType")>]
member this.EncryptionType : string with get, set
Public Property EncryptionType As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to