Discuss this help topic in SecureBlackbox Forum

TElPGPKeyring.PublicCount

TElPGPKeyring     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Contains the number of public keys.

Declaration

[C#]
    int PublicCount;

[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.

See also:     AddPublicKey     FindPublicKeyByID     RemovePublicKey     Clear     Load     Save     SecretCount     PublicKeys    

Discuss this help topic in SecureBlackbox Forum