Discuss this help topic in SecureBlackbox Forum

TElCMSSignature.CountersignatureCount

TElCMSSignature     See also     


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


This property specifies number of countersignatures in the list.

Declaration

[C#]
    int CountersignatureCount;

[VB.NET]
    Property CountersignatureCount As Integer

[Pascal]
    property CountersignatureCount : integer;

[C++]
    int32_t get_CountersignatureCount();

[PHP]
    integer get_CountersignatureCount()

[Java]
    int getCountersignatureCount();

Description

    Use this property to get the number of countersignatures in the Countersignatures list.

See also:     Countersignatures    

Discuss this help topic in SecureBlackbox Forum