Discuss this help topic in SecureBlackbox Forum

TElSRPCredential.Salt

TElSRPCredential     See also     


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


Returns the salt value.

Declaration

[C#]
    byte[] Salt;

[VB.NET]
    Property Salt As Byte()

[Pascal]
    property Salt : ByteArray;

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

[PHP]
    string get_Salt()

[Java]
    byte[] getSalt();

Description

    Use this property to get the value of the salt.

See also:     Verifier    

Discuss this help topic in SecureBlackbox Forum