Discuss this help topic in SecureBlackbox Forum
Removes all subkeys.
Declaration
[C#]
void ClearSubkeys();
[VB.NET]
Sub ClearSubkeys()
[Pascal]
procedure ClearSubkeys;
[C++]
void ClearSubkeys();
[PHP]
void ClearSubkeys()
[Java]
void clearSubkeys();
Description
Use this method to remove all subkeys corresponding to the key.
Discuss this help topic in SecureBlackbox Forum