Discuss this help topic in SecureBlackbox Forum

TElSRPCredential.Prime

TElSRPCredential     See also     


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


Returns the safe prime value.

Declaration

[C#]
    byte[] Prime;

[VB.NET]
    Property Prime As Byte()

[Pascal]
    property Prime : ByteArray;

[C++]
    void get_Prime(std::vector<uint8_t> &OutResult);

[PHP]
    string get_Prime()

[Java]
    byte[] getPrime();

Description

    Use this property to get the value of the safe prime.

See also:     Generator    

Discuss this help topic in SecureBlackbox Forum