Discuss this help topic in SecureBlackbox Forum

TElSRPCredential.Generator

TElSRPCredential     See also     


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


Contains the value of the generator.

Declaration

[C#]
    byte[] Generator;

[VB.NET]
    Property Generator As Byte()

[Pascal]
    property Generator : ByteArray;

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

[PHP]
    string get_Generator()
    void set_Generator(array of byte|string|NULL $Value)

[Java]
    byte[] getGenerator();
    void setGenerator(byte[] Value);

Description

    Use this property to get or set the generator for the for the multiplicative group.

See also:     Prime    

Discuss this help topic in SecureBlackbox Forum