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