次の方法で共有


EncryptionScope.Source プロパティ

定義

暗号化スコープのプロバイダーを取得または設定します。 使用できる値 (大文字と小文字は区別されません): Microsoft.Storage、Microsoft.KeyVault。 使用できる値は、'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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象