Share via


EncryptionKeyWrapMetadata Construtores

Definição

Sobrecargas

EncryptionKeyWrapMetadata(EncryptionKeyWrapMetadata)

Cria uma nova instância de metadados de encapsulamento de chave com base em uma instância existente.

EncryptionKeyWrapMetadata(String, String, String, String)

Cria uma nova instância de metadados de encapsulamento de chave.

EncryptionKeyWrapMetadata(EncryptionKeyWrapMetadata)

Origem:
EncryptionKeyWrapMetadata.cs

Cria uma nova instância de metadados de encapsulamento de chave com base em uma instância existente.

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)

Parâmetros

source
EncryptionKeyWrapMetadata

Instância existente da qual inicializar.

Aplica-se a

EncryptionKeyWrapMetadata(String, String, String, String)

Origem:
EncryptionKeyWrapMetadata.cs

Cria uma nova instância de metadados de encapsulamento de chave.

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)

Parâmetros

type
String

Identificador do resolvedor de chaves.

name
String

Identificador da chave gerenciada pelo cliente.

value
String

Caminho para a chave gerenciada pelo cliente.

algorithm
String

Algoritmo usado no encapsulamento e desencapsular a chave de criptografia de dados.

Aplica-se a