Share via


CryptographyModelFactory.UnwrapResult Método

Definición

Inicializa una nueva instancia de la UnwrapResult clase para fines ficticios.

public static Azure.Security.KeyVault.Keys.Cryptography.UnwrapResult UnwrapResult (string keyId = default, byte[] key = default, Azure.Security.KeyVault.Keys.Cryptography.KeyWrapAlgorithm algorithm = default);
static member UnwrapResult : string * byte[] * Azure.Security.KeyVault.Keys.Cryptography.KeyWrapAlgorithm -> Azure.Security.KeyVault.Keys.Cryptography.UnwrapResult
Public Shared Function UnwrapResult (Optional keyId As String = Nothing, Optional key As Byte() = Nothing, Optional algorithm As KeyWrapAlgorithm = Nothing) As UnwrapResult

Parámetros

keyId
String

Establece la propiedad KeyId.

key
Byte[]

Establece la propiedad Key.

algorithm
KeyWrapAlgorithm

Establece la propiedad Algorithm.

Devoluciones

Nueva instancia de la UnwrapResult clase para fines ficticios.

Se aplica a