Discuss this help topic in SecureBlackbox Forum

TElPGPKeyring.SecretCount

TElPGPKeyring     See also     


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


Contains the number of secret keys.

Declaration

[C#]
    int SecretCount;

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

See also:     AddSecretKey     FindSecretKeyByID     RemoveSecretKey     Clear     Load     Save     PublicCount     SecretKeys    

Discuss this help topic in SecureBlackbox Forum