Discuss this help topic in SecureBlackbox Forum

TElFileCertStorage.Save

TElFileCertStorage     See also     


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


Forces storage to save itself to file.

Declaration

[C#]
    void Save();

[VB.NET]
    Sub Save()

[Pascal]
    procedure Save;

[C++]
    void Save();

[PHP]
    void Save()

[Java]
    void save();

Description

    Use this method when you need to save storage to file.

See also:     Reload    

Discuss this help topic in SecureBlackbox Forum