EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElCustomCertStorage.Remove

TElCustomCertStorage     See also    


 

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

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

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

[DLL]
    not applicable;
 
 

Parameters

  • Index - Index of certificate in store
 
 

Description

    Use this method in derived classes to remove certificate from certificate storage. Do not use it in TElCustomCertStorage class.

 
 

See also:     Add     Clear    

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