Share via


EncryptionService.KeyType Property

Definition

Gets or sets encryption key type to be used for the encryption service. 'Account' key type implies that an account-scoped encryption key will be used. 'Service' key type implies that a default service key is used. Possible values include: 'Service', 'Account'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to