KeyVaultClient.UnwrapKeyAsync Method

Unwraps a symmetric key using the specified key in the vault that has initially been used for wrapping the key.

Namespace: Microsoft.KeyVault.Client
Assembly: Microsoft.KeyVault.Client (in Microsoft.KeyVault.Client.dll)

Syntax

'Declaration
[DebuggerStepThroughAttribute] 
public Task<byte[]> UnwrapKeyAsync (
    string keyIdentifier,
    string algorithm,
    byte[] wrappedKey
)

Parameters

  • keyIdentifier
    The global key identifier of the wrapping/unwrapping key
  • algorithm
    The unwrap algorithm
  • wrappedKey
    The wrapped symmetric key

Return Value

The unwrapped symmetric key

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

KeyVaultClient Class
KeyVaultClient Members
Microsoft.KeyVault.Client Namespace