EncryptionKeyWrapMetadata Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ü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:
Azure SDK for .NET