Share via


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