Discuss this help topic in SecureBlackbox Forum

TElWinCertStorage.Remove

TElWinCertStorage     See also     


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


Removes the certificate from the system store

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 certificate from system certificate store.

Note, that dependently on your system settings, Windows may ask you whether you want to remove certificate from its system store. Also it may silently prevent certificate from removal.

See also:     Add    

Discuss this help topic in SecureBlackbox Forum