EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElWinCertStorage.DeleteStore

TElWinCertStorage     See also    


 

Removes system certificate store

 
 

Declaration

[C#]
    void DeleteStore(string StoreName);

[VB.NET]
    Sub DeleteStore(ByVal StoreName As String)

[Pascal]
    procedure DeleteStore(const StoreName: string);

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • StoreName - store to be deleted
 
 

Description

    Use this method to remove certificate store. The location of the store should be specified by the AccessType property prior to calling this method.

 
 
 

See also:     AccessType     CreateStore    

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