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