Discuss this help topic in SecureBlackbox Forum

TElSRPCredential.Save

TElSRPCredential     See also     


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


Saves the SRP credentials to the string.

Declaration

[C#]
    string Save();

[VB.NET]
    Function Save() As String

[Pascal]
    function Save : string;

[C++]
    void Save(std::string &OutResult);

[PHP]
    string Save()

[Java]
    String save();

Return value

    Returns the string in the format: "<username><TAB><b64 encoded salt><TAB><b64 encoded prime><TAB><b64 encoded generator><TAB><b64 encoded verifier>".

Description

    Use this method to save the SRP credentials to the string.

See also:     Load     Generate    

Discuss this help topic in SecureBlackbox Forum