你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

KeyWrapMetadata Class

Definition

Represents key wrap metadata that a key wrapping provider can use to wrap/unwrap a client encryption key.

public class KeyWrapMetadata
type KeyWrapMetadata = class
Public Class KeyWrapMetadata
Inheritance
KeyWrapMetadata

Constructors

KeyWrapMetadata()

Initializes a new instance of the KeyWrapMetadata class.

KeyWrapMetadata(String, String, String, String)

Initializes a new instance of the KeyWrapMetadata class.

Properties

Algorithm

Gets or sets algorithm used in wrapping and unwrapping of the data encryption key.

Name

Gets or sets the name of associated KeyEncryptionKey (aka CustomerManagedKey).

Type

Gets or sets providerName of KeyStoreProvider.

Value

Gets or sets reference / link to the KeyEncryptionKey.

Applies to