EncryptionScopeKeyVaultProperties.KeyUri プロパティ

定義

キー コンテナー キー オブジェクトのオブジェクト識別子を取得または設定します。 適用すると、暗号化スコープは識別子によって参照されるキーを使用して、この暗号化スコープでカスタマー マネージド キーのサポートを有効にします。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象