Discuss this help topic in SecureBlackbox Forum

TElWinCertStorage.DeleteStore

TElWinCertStorage     See also     


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


Removes system certificate store

Declaration

[C#]
    void DeleteStore(string StoreName);

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

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

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

[PHP]
    void DeleteStore(string $StoreName)

[Java]
    void deleteStore(String StoreName);

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    

Discuss this help topic in SecureBlackbox Forum