Share via


EncryptionScope.Source Property

Definition

Gets or sets the provider for the encryption scope. Possible values (case-insensitive): Microsoft.Storage, Microsoft.KeyVault. Possible values include: 'Microsoft.Storage', 'Microsoft.KeyVault'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to