Discuss this help topic in SecureBlackbox Forum

TElDKRSAPublicKey.Save

TElDKRSAPublicKey     See also     


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


Saves the RSA public key to the string.

Declaration

[C#]
    bool Save(out string Data);

[VB.NET]
    Function Save(Out Data As String) As Boolean

[Pascal]
    function Save(out Data: string): Boolean;

[C++]
    bool Save(std::string &Data);

[PHP]
    bool Save(string &$Data)

[Java]
    boolean save(TSBString Data);

Parameters

  • Data - string where RSA public key must be saved

Return value

     True - on success.
     False otherwise.

Description

    Use this method to save RSA public key to the string.

See also:     Load     Generate    

Discuss this help topic in SecureBlackbox Forum