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