Discuss this help topic in SecureBlackbox Forum

TElXAdESVerifier.CertIDCount

TElXAdESVerifier     See also     


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


Number of the certificate identifiers in the list.

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 read-only property to get the number of the certificate identifiers in the list.

See also:     CertIDs    

Discuss this help topic in SecureBlackbox Forum