KeyWrapProvider.UnwrapKey(Byte[]) Method

Definition

Unwrap 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[]

key to unwrap.

Returns

Byte[]

Unwrapped key.

Applies to