Namespace:  Cryptware.NCryptoki
Assembly:  NCryptoki (in NCryptoki.dll)

Syntax

Visual Basic (Declaration)
Public Function SeedRandom ( _
	seed As Byte() _
) As Integer
C#
public int SeedRandom(
	byte[] seed
)
Visual C++
public:
virtual int SeedRandom(
	[InAttribute] array<unsigned char>^ seed
) sealed
JavaScript
function seedRandom(seed);

Parameters

seed
Type: array<System..::..Byte>[]()[]

Implements

ISession..::..SeedRandom(array<Byte>[]()[][])

See Also