Discuss this help topic in SecureBlackbox Forum

TElMessageVerifier.CountersignatureCertIDCount

TElMessageVerifier     See also     


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


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

Declaration

[C#]
    int CountersignatureCertIDCount;

[VB.NET]
    Property CountersignatureCertIDCount As Integer

[Pascal]
    property CountersignatureCertIDCount : integer;

[C++]
    int32_t get_CountersignatureCertIDCount();

[PHP]
    integer get_CountersignatureCertIDCount()

[Java]
    int getCountersignatureCertIDCount();

Description

    Use this property to get total amount of the certificates that were used for message countersigning.

See also:     CountersignatureCertIDs    

Discuss this help topic in SecureBlackbox Forum