Share via


KeyWrapProvider.UnwrapKey(Byte[]) Method

Definition

Unwraps a key.

public abstract byte[] UnwrapKey (byte[] keyBytes);
abstract member UnwrapKey : byte[] -> byte[]
Public MustOverride Function UnwrapKey (keyBytes As Byte()) As Byte()

Parameters

keyBytes
Byte[]

The key to unwrap.

Returns

Byte[]

The unwrapped key.

Applies to