Discuss this help topic in SecureBlackbox Forum

TElPKCS11CertStorage.Remove

TElPKCS11CertStorage     See also     


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


Removes certificate, its private and public key (if stored separately) 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, its private and public keys from the certificate storage.

See also:     Add    

Discuss this help topic in SecureBlackbox Forum