Discuss this help topic in SecureBlackbox Forum

TElMemoryCertStorage.Remove

TElMemoryCertStorage     See also     


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


Removes the certificate from 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 certificate from certificate storage.

See also:     Add    

Discuss this help topic in SecureBlackbox Forum