Discuss this help topic in SecureBlackbox Forum
Contains the number of secret keys.
Declaration
[C#/Java]
int SecretCount;
[VB.NET]
property SecretCount as integer;
[Pascal]
property SecretCount : integer;
[C++]
int32_t get_SecretCount();
[PHP]
integer get_SecretCount()
Description
Use this read-only property to get the number of secret keys in the key ring.
Discuss this help topic in SecureBlackbox Forum