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