EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElWinCertStorage.CreateStore

TElWinCertStorage     See also    


 

Creates system certificate store with the name StoreName

 
 

Declaration

[C#]
    void CreateStore(string StoreName);

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

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

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • StoreName - name of the newly created storage
 
 

Description

    Use this method to create new system certificate store. Access rights for the created store should be specified by the AccessType property.

 
 
 

See also:     AccessType     DeleteStore    

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