Namespace:
Cryptware.NCryptoki
Assembly: NCryptoki (in NCryptoki.dll)
Assembly: NCryptoki (in NCryptoki.dll)
Syntax
Visual Basic (Declaration) |
---|
Function GenerateKey ( _ mech As Mechanism, _ attList As CryptokiCollection _ ) As Key |
C# |
---|
Key GenerateKey( Mechanism mech, CryptokiCollection attList ) |
Visual C++ |
---|
Key^ GenerateKey( Mechanism^ mech, CryptokiCollection^ attList ) |
JavaScript |
---|
function generateKey(mech, attList); |
Parameters
- mech
- Type: Cryptware.NCryptoki..::..Mechanism
- attList
- Type: Cryptware.NCryptoki..::..CryptokiCollection