Discuss this help topic in SecureBlackbox Forum

TElWinCertStorage.CreateStore

TElWinCertStorage     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Creates system certificate store with the specified name.

Declaration

[C#]
    void CreateStore(string StoreName);

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

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

[C++]
    void CreateStore(const std::string &StoreName);

[PHP]
    void CreateStore(string $StoreName)

[Java]
    void createStore(String StoreName);

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    

Discuss this help topic in SecureBlackbox Forum