Discuss this help topic in SecureBlackbox Forum

TElPGPCustomPublicKey.SignatureCount

TElPGPCustomPublicKey     See also     


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


Contains the number of signatures which were made for this key.

Declaration

[C#]
    int SignatureCount;

[VB.NET]
    Property SignatureCount As Integer

[Pascal]
    property SignatureCount : integer;

[C++]
    int32_t get_SignatureCount();

[PHP]
    integer get_SignatureCount()

[Java]
    int getSignatureCount();

Description

    Use this read-only property to get the number of signatures which were made for a public key

See also:     Signatures     AddSignature     RemoveSignature    

Discuss this help topic in SecureBlackbox Forum