EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElPKCS11CertStorage.Remove

TElPKCS11CertStorage     See also    


 

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);

[VB6]
    Sub IElPKCS11CertStorageX.Remove(Index As Long)

[ActiveX]
    HRESULT _stdcall IElPKCS11CertStorageX.Remove([in] long Index );

[DLL]
    not implemented;
 
 

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    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation