Namespace:
Cryptware.NCryptoki
Assembly: NCryptoki (in NCryptoki.dll)
Assembly: NCryptoki (in NCryptoki.dll)
Syntax
Visual Basic (Declaration) |
---|
Function GenerateKeyPair ( _ mech As Mechanism, _ attListPub As CryptokiCollection, _ attListPri As CryptokiCollection _ ) As Key() |
C# |
---|
Key[] GenerateKeyPair( Mechanism mech, CryptokiCollection attListPub, CryptokiCollection attListPri ) |
Visual C++ |
---|
array<Key^>^ GenerateKeyPair( Mechanism^ mech, CryptokiCollection^ attListPub, CryptokiCollection^ attListPri ) |
JavaScript |
---|
function generateKeyPair(mech, attListPub, attListPri); |
Parameters
- mech
- Type: Cryptware.NCryptoki..::..Mechanism
- attListPub
- Type: Cryptware.NCryptoki..::..CryptokiCollection
- attListPri
- Type: Cryptware.NCryptoki..::..CryptokiCollection