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