Partager via


KeyVaultKeyWrapProvider.UnwrapKey(Byte[]) Method

Definition

Unwrap a key.

public override byte[] UnwrapKey (byte[] keyBytes);
override this.UnwrapKey : byte[] -> byte[]
Public Overrides Function UnwrapKey (keyBytes As Byte()) As Byte()

Parameters

keyBytes
Byte[]

key to unwrap.

Returns

Byte[]

Unwrapped key.

Exceptions

if keyBytes.Length == 0.

Applies to