CryptographyModelFactory.SecureUnwrapResult Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- algorithm
- SecureKeyWrapAlgorithm
Sets the Algorithm property.
Returns
A new instance of the SecureUnwrapResult class for mocking purposes.