Discuss this help topic in SecureBlackbox Forum

TElFileCertStorage.Remove

TElFileCertStorage     See also     


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


Removes the certificate from the storage

Declaration

[C#]
    void Remove(int Index);

[VB.NET]
    Sub Remove(ByVal Index As Integer)

[Pascal]
    procedure Remove(Index : integer);

[C++]
    void Remove(int32_t Index);

[PHP]
    void Remove(integer $Index)

[Java]
    void remove(int Index);

Parameters

  • Index - Index of certificate in store

Description

    Use this method to remove the certificate from certificate storage.

Note, that removing certificate using this method will not change the initial file, specified by FileName property. To save modified file, call SaveToFile method.

See also:     Add    

Discuss this help topic in SecureBlackbox Forum