Unwraps the key.

Namespace:  Cryptware.NCryptoki
Assembly:  NCryptoki (in NCryptoki.dll)

Syntax

Visual Basic (Declaration)
Function UnwrapKey ( _
	mech As Mechanism, _
	unwrappingKey As Key, _
	wrappedKey As Byte(), _
	attList As CryptokiCollection _
) As Key
C#
Key UnwrapKey(
	Mechanism mech,
	Key unwrappingKey,
	byte[] wrappedKey,
	CryptokiCollection attList
)
Visual C++
Key^ UnwrapKey(
	Mechanism^ mech, 
	Key^ unwrappingKey, 
	[InAttribute] array<unsigned char>^ wrappedKey, 
	CryptokiCollection^ attList
)
JavaScript
function unwrapKey(mech, unwrappingKey, wrappedKey, attList);

Parameters

mech
Type: Cryptware.NCryptoki..::..Mechanism
The mech.
unwrappingKey
Type: Cryptware.NCryptoki..::..Key
The unwrapping key.
wrappedKey
Type: array<System..::..Byte>[]()[]
The wrapped key.
attList
Type: Cryptware.NCryptoki..::..CryptokiCollection
The att list.

Return Value

See Also