Compartilhar via


CryptographyModelFactory.UnwrapResult Método

Definição

Inicializa uma nova instância da UnwrapResult classe para fins de simulação.

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

Define a propriedade KeyId.

key
Byte[]

Define a propriedade Key.

algorithm
KeyWrapAlgorithm

Define a propriedade Algorithm.

Retornos

Uma nova instância da UnwrapResult classe para fins de simulação.

Aplica-se a