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

KeyWrapMetadata Constructors

Definition

Overloads

KeyWrapMetadata()

Initializes a new instance of the KeyWrapMetadata class.

KeyWrapMetadata(String, String, String, String)

Initializes a new instance of the KeyWrapMetadata class.

KeyWrapMetadata()

Initializes a new instance of the KeyWrapMetadata class.

public KeyWrapMetadata ();
Public Sub New ()

Applies to

KeyWrapMetadata(String, String, String, String)

Initializes a new instance of the KeyWrapMetadata class.

public KeyWrapMetadata (string name = default, string type = default, string value = default, string algorithm = default);
new Microsoft.Azure.Management.CosmosDB.Models.KeyWrapMetadata : string * string * string * string -> Microsoft.Azure.Management.CosmosDB.Models.KeyWrapMetadata
Public Sub New (Optional name As String = Nothing, Optional type As String = Nothing, Optional value As String = Nothing, Optional algorithm As String = Nothing)

Parameters

name
String

The name of associated KeyEncryptionKey (aka CustomerManagedKey).

type
String

ProviderName of KeyStoreProvider.

value
String

Reference / link to the KeyEncryptionKey.

algorithm
String

Algorithm used in wrapping and unwrapping of the data encryption key.

Applies to