Discuss this help topic in SecureBlackbox Forum

TElPDFPublicKeySecurityHandler.CertIDCount

TElPDFPublicKeySecurityHandler     See also     


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


This read-only property contains the number of certificate identifiers which were used to sign the document.

Declaration

[C#]
    int CertIDCount;

[VB.NET]
    Property CertIDCount As Integer

[Pascal]
    property CertIDCount : integer;

[C++]
    int32_t get_CertIDCount();

[PHP]
    integer get_CertIDCount()

[Java]
    int getCertIDCount();

Description

    Use this property to get total amount of the certificates that were used for document signing.

See also:     CertIDs    

Discuss this help topic in SecureBlackbox Forum