Compartilhar via


IKey.UnwrapKey(JsonWebKeyEncryptionAlgorithm, Byte[]) Método

Definição

Desencapsular uma chave simétrica encapsulada originalmente por essa chave Key Vault.

public byte[] UnwrapKey (Microsoft.Azure.Management.KeyVault.Fluent.Models.JsonWebKeyEncryptionAlgorithm algorithm, params byte[] key);
abstract member UnwrapKey : Microsoft.Azure.Management.KeyVault.Fluent.Models.JsonWebKeyEncryptionAlgorithm * byte[] -> byte[]
Public Function UnwrapKey (algorithm As JsonWebKeyEncryptionAlgorithm, ParamArray key As Byte()) As Byte()

Parâmetros

algorithm
JsonWebKeyEncryptionAlgorithm

O algoritmo de criptografia JWK.

key
Byte[]

A chave a ser desencapsular.

Retornos

Byte[]

Aplica-se a