Discuss this help topic in SecureBlackbox Forum

TElCustomCryptoProvider.RandomSeed

TElCustomCryptoProvider     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


This topic is under development…

Declaration

[C#]
    void RandomSeed(byte[] Data, int DataStartIndex, int DataSize);

[VB.NET]
    Sub RandomSeed(ByVal Data As Byte(), ByVal DataStartIndex As Integer, ByVal DataSize As Integer)

[Pascal]
    procedure RandomSeed(Data : pointer; DataSize : integer); virtual; abstract;

[C++]
    void RandomSeed(void * Data, int32_t DataSize);

[PHP]
    void RandomSeed(TSBPointer|array of byte|string|NULL $Data, integer $DataSize)

[Java]
    void randomSeed(byte[] arg0, int arg1, int arg2);

Parameters

  • Data -
  • DataStartIndex -
  • DataSize -

Description

    …

See also:         

Discuss this help topic in SecureBlackbox Forum