Discuss this help topic in SecureBlackbox Forum

TElWinCertStorage.DeleteKeyContainer

TElWinCertStorage     See also     


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


Deletes key container from the list.

Declaration

[C#]
    void DeleteKeyContainer(string ContainerName);

[VB.NET]
    Sub DeleteKeyContainer(ByVal ContainerName As String)

[Pascal]
    procedure DeleteKeyContainer(ContainerName : string);

[C++]
    void DeleteKeyContainer(const std::string &ContainerName);

[PHP]
    void DeleteKeyContainer(string $ContainerName)

[Java]
    void deleteKeyContainer(String ContainerName);

Parameters

  • ContainerName - Name of the container to be deleted

Description

    Use this method to delete key container from the list.

See also:     ListKeyContainers    

Discuss this help topic in SecureBlackbox Forum