Discuss this help topic in SecureBlackbox Forum

TElASiCCAdESSignature.SignatureEntryCount

TElASiCCAdESSignature     See also     


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


Specifies the number of signature entries in the list.

Declaration

[C#]
    int SignatureEntryCount;

[VB.NET]
    Property SignatureEntryCount As Integer

[Pascal]
    property SignatureEntryCount : integer;

[C++]
    not available

[PHP]
    integer get_SignatureEntryCount()

[Java]
    int getSignatureEntryCount();

Description

Use this property to get the number of signature entries in the ASiC CAdES signature.

See also:     SignatureEntries    

Discuss this help topic in SecureBlackbox Forum