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

Syntax

Visual Basic (Declaration)
Function WrapKey ( _
	mech As Mechanism, _
	wrappingKey As Key, _
	keyToWrap As Key _
) As Byte()
C#
byte[] WrapKey(
	Mechanism mech,
	Key wrappingKey,
	Key keyToWrap
)
Visual C++
array<unsigned char>^ WrapKey(
	Mechanism^ mech, 
	Key^ wrappingKey, 
	Key^ keyToWrap
)
JavaScript
function wrapKey(mech, wrappingKey, keyToWrap);

See Also