EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElFileCertStorage.Remove

TElFileCertStorage     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]
    __stdcall BOOL SBFileCertStorageRemove(HANDLE hStorage, int nIndex);
 
 

Parameters

  • Index (nIndex) - Index of certificate in store
  • [DLL]hStorage - handle to the TElFileCertStorage object that was returned by Constructor
 
 

Description

    Use this method to remove the certificate from certificate storage.

Note, that removing certificate using this method will not change the initial file, specified by FileName property. To save modified file, call SaveToFile method.

 
 

See also:     Add    

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