Namespace:
Cryptware.NCryptoki
Assembly: NCryptoki (in NCryptoki.dll)
Assembly: NCryptoki (in NCryptoki.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function UnwrapKey ( _ mech As Mechanism, _ unwrappingKey As Key, _ wrappedKey As Byte(), _ attList As CryptokiCollection _ ) As Key |
C# |
---|
public Key UnwrapKey( Mechanism mech, Key unwrappingKey, byte[] wrappedKey, CryptokiCollection attList ) |
Visual C++ |
---|
public: virtual Key^ UnwrapKey( Mechanism^ mech, Key^ unwrappingKey, [InAttribute] array<unsigned char>^ wrappedKey, CryptokiCollection^ attList ) sealed |
JavaScript |
---|
function unwrapKey(mech, unwrappingKey, wrappedKey, attList); |
Parameters
- mech
- Type: Cryptware.NCryptoki..::..Mechanism
- unwrappingKey
- Type: Cryptware.NCryptoki..::..Key
- wrappedKey
- Type: array<System..::..Byte>[]()[]
- attList
- Type: Cryptware.NCryptoki..::..CryptokiCollection