Freigeben über


EncryptionKeyWrapMetadata Konstruktoren

Definition

Überlädt

EncryptionKeyWrapMetadata(EncryptionKeyWrapMetadata)

Erstellt eine neue instance von Schlüsselumbruchmetadaten basierend auf einer vorhandenen instance.

EncryptionKeyWrapMetadata(String, String, String, String)

Erstellt eine neue instance von Schlüsselumbruchmetadaten.

EncryptionKeyWrapMetadata(EncryptionKeyWrapMetadata)

Quelle:
EncryptionKeyWrapMetadata.cs

Erstellt eine neue instance von Schlüsselumbruchmetadaten basierend auf einer vorhandenen instance.

public EncryptionKeyWrapMetadata (Microsoft.Azure.Cosmos.EncryptionKeyWrapMetadata source);
new Microsoft.Azure.Cosmos.EncryptionKeyWrapMetadata : Microsoft.Azure.Cosmos.EncryptionKeyWrapMetadata -> Microsoft.Azure.Cosmos.EncryptionKeyWrapMetadata
Public Sub New (source As EncryptionKeyWrapMetadata)

Parameter

source
EncryptionKeyWrapMetadata

Vorhandene instance, von denen aus initialisiert werden soll.

Gilt für:

EncryptionKeyWrapMetadata(String, String, String, String)

Quelle:
EncryptionKeyWrapMetadata.cs

Erstellt eine neue instance von Schlüsselumbruchmetadaten.

public EncryptionKeyWrapMetadata (string type, string name, string value, string algorithm);
new Microsoft.Azure.Cosmos.EncryptionKeyWrapMetadata : string * string * string * string -> Microsoft.Azure.Cosmos.EncryptionKeyWrapMetadata
Public Sub New (type As String, name As String, value As String, algorithm As String)

Parameter

type
String

Bezeichner für den Schlüssellöser.

name
String

Bezeichner für den kundenseitig verwalteten Schlüssel.

value
String

Pfad zum kundenseitig verwalteten Schlüssel.

algorithm
String

Algorithmus, der beim Umschließen und Entpacken des Datenverschlüsselungsschlüssels verwendet wird.

Gilt für: