Namespace:
Cryptware.NCryptoki
Assembly: NCryptoki (in NCryptoki.dll)
Assembly: NCryptoki (in NCryptoki.dll)
Syntax
Visual Basic (Declaration) |
---|
Public MustOverride Function C_WrapKey ( _ hSession As Integer, _ mech As Mechanism, _ hWrappingKey As Integer, _ hKey As Integer, _ wrapepdKey As IList(Of Byte) _ ) As Integer |
C# |
---|
public abstract int C_WrapKey( int hSession, Mechanism mech, int hWrappingKey, int hKey, IList<byte> wrapepdKey ) |
Visual C++ |
---|
public: virtual int C_WrapKey( int hSession, Mechanism^ mech, int hWrappingKey, int hKey, IList<unsigned char>^ wrapepdKey ) abstract |
JavaScript |
---|
function c_WrapKey(hSession, mech, hWrappingKey, hKey, wrapepdKey); |
Parameters
- hSession
- Type: System..::..Int32
- mech
- Type: Cryptware.NCryptoki..::..Mechanism
- hWrappingKey
- Type: System..::..Int32
- hKey
- Type: System..::..Int32
- wrapepdKey
- Type: System.Collections.Generic..::..IList<(Of <(Byte>)>)