Discuss this help topic in SecureBlackbox Forum

TElFileCertStorage.Reload

TElFileCertStorage     See also     


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


Reloads the storage from file.

Declaration

[C#]
    void Reload();

[VB.NET]
    Sub Reload()

[Pascal]
    procedure Reload;

[C++]
    void Reload();

[PHP]
    void Reload()

[Java]
    void reload();

Description

    Use this method when you need to reload the storage from file.

See also:     Save    

Discuss this help topic in SecureBlackbox Forum