Discuss this help topic in SecureBlackbox Forum

TElFileCertStorage.SaveToFile

TElFileCertStorage     See also     


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


Saves the current contents of TElFileCertStorage to file

Declaration

[C#]
    void SaveToFile(string FileName);

[VB.NET]
    Sub SaveToFile(ByVal FileName As String)

[Pascal]
    procedure SaveToFile(FileName : string);

[C++]
    void SaveToFile(const std::string &FileName);

[PHP]
    void SaveToFile(string $FileName)

[Java]
    void saveToFile(String FileName);

Parameters

  • Filename - Name of destination file

Description

    Use this method to save the contents of TElFileCertStorage object to the file with specified file name. All data is saved in PKCS#7 file format.

See also:     Filename    

Discuss this help topic in SecureBlackbox Forum