Namespace:
Cryptware.NCryptoki
Assembly: NCryptoki (in NCryptoki.dll)
Assembly: NCryptoki (in NCryptoki.dll)
Syntax
Visual Basic (Declaration) |
---|
Public MustOverride Function C_GenerateKey ( _ hSession As Integer, _ pMechanism As Mechanism, _ pTemplate As ICollection, _ <OutAttribute> ByRef phKey As Integer _ ) As Integer |
C# |
---|
public abstract int C_GenerateKey( int hSession, Mechanism pMechanism, ICollection pTemplate, out int phKey ) |
Visual C++ |
---|
public: virtual int C_GenerateKey( int hSession, Mechanism^ pMechanism, ICollection^ pTemplate, [OutAttribute] int% phKey ) abstract |
JavaScript |
---|
function c_GenerateKey(hSession, pMechanism, pTemplate, phKey); |
Parameters
- hSession
- Type: System..::..Int32
- pMechanism
- Type: Cryptware.NCryptoki..::..Mechanism
- pTemplate
- Type: System.Collections..::..ICollection
- phKey
- Type: System..::..Int32%