CryptographyModelFactory.SecureUnwrapResult Method

Definition

Initializes a new instance of the SecureUnwrapResult class for mocking purposes.

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

Parameters

keyId
String

Sets the KeyId property.

key
Byte[]

Sets the Key property.

algorithm
SecureKeyWrapAlgorithm

Sets the Algorithm property.

Returns

A new instance of the SecureUnwrapResult class for mocking purposes.

Applies to