Discuss this help topic in SecureBlackbox Forum

TElPKCS11CertStorage.RemoveKey

TElPKCS11CertStorage     See also     


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


Removes key from the storage.

Declaration

[C#]
    void RemoveKey(int Index);

[VB.NET]
    Sub RemoveKey(ByVal Index As Integer)

[Pascal]
    procedure RemoveKey(Index: integer);

[C++]
    void RemoveKey(int32_t Index);

[PHP]
    void RemoveKey(integer $Index)

[Java]
    void removeKey(int Index);

Parameters

  • Index - Index of key in the list

Description

    Use this method to remove the key from the cryptotoken storage.

See also:     Keys     AddKey    

Discuss this help topic in SecureBlackbox Forum