Discuss this help topic in SecureBlackbox Forum
Contains total number of subkeys.
Declaration
[VB.NET]
Property SubkeyCount As Integer
[Pascal]
property SubkeyCount : integer;
[C++]
int32_t get_SubkeyCount();
[PHP]
integer get_SubkeyCount()
[Java]
int getSubkeyCount();
Description
Use this read-only property to get the number of subkeys accessible via Subkeys property.
Discuss this help topic in SecureBlackbox Forum