EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElWinCertStorage.Remove

TElWinCertStorage     See also    


 

Removes the certificate from the system store

 
 

Declaration

[C#]
    void Remove(int Index);

[VB.NET]
    Sub Remove(ByVal Index As Integer)

[Pascal]
    procedure Remove(Index : integer);

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

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

[DLL]
    __stdcall BOOL SBWinCertStorageRemoveCertificate(HANDLE hStorage, int nIndex);
 
 

Parameters

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

Description

    Use this method to remove certificate from system certificate store.

Note, that dependently on your system settings, Windows may ask you whether you want to remove certificate from it's system store. Also it may silently prevent certificate from removal.

 
 

See also:     Add    

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