Discuss this help topic in SecureBlackbox Forum

TElECAlgorithmIdentifier.Seed

TElECAlgorithmIdentifier     


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


Declaration

[C#]
    byte[] Seed;

[VB.NET]
    Property Seed As Byte()

[Pascal]
    property Seed : ByteArray;

[C++]
    void get_Seed(std::vector<uint8_t> &OutResult);
    void set_Seed(const std::vector<uint8_t> &Value);

[PHP]
    string get_Seed()
    void set_Seed(array of byte|string|NULL $Value)

[Java]
    byte[] getSeed();
    void setSeed(byte[] V);

Parameters

  • V -

Description

    …

Discuss this help topic in SecureBlackbox Forum