次の方法で共有


KeyWrapMetadata interface

キー ラップ プロバイダーがクライアント暗号化キーのラップ/ラップ解除に使用できるキー ラップ メタデータを表します。

プロパティ

algorithm

データ暗号化キーのラップとラップ解除に使用されるアルゴリズム。

name

関連付けられている KeyEncryptionKey の名前 (CustomerManagedKey とも呼ばれます)。

type

KeyStoreProvider の ProviderName。

value

KeyEncryptionKey への参照/リンク。

プロパティの詳細

algorithm

データ暗号化キーのラップとラップ解除に使用されるアルゴリズム。

algorithm?: string

プロパティ値

string

name

関連付けられている KeyEncryptionKey の名前 (CustomerManagedKey とも呼ばれます)。

name?: string

プロパティ値

string

type

KeyStoreProvider の ProviderName。

type?: string

プロパティ値

string

value

KeyEncryptionKey への参照/リンク。

value?: string

プロパティ値

string