Discuss this help topic in SecureBlackbox Forum

TElWinCertStorage.Refresh

TElWinCertStorage     See also     


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


Re-reads data from the storage.

Declaration

[C#]
    void Refresh();

[VB.NET]
    Sub Refresh()

[Pascal]
    procedure Refresh;

[C++]
    void Refresh();

[PHP]
    void Refresh()

[Java]
    void refresh();

Description

    Use this method to re-read certificates from the storage. This is useful after deletion operation.

See also:     ExportTo    

Discuss this help topic in SecureBlackbox Forum