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