Share via


Encryption.KeySource Property

Definition

Gets or sets enumerates the possible value of keySource for Encryption. Possible values include: 'Microsoft.KeyVault'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to