Discuss this help topic in SecureBlackbox Forum

TElASiCContainer.ASiCSignatureCount

TElASiCContainer     See also     


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


Returns the total number of signatures in the container.

Declaration

[C#]
    int ASiCSignatureCount;

[VB.NET]
    Property ASiCSignatureCount As Integer

[Pascal]
    property ASiCSignatureCount : integer;

[C++]
    not available

[PHP]
    integer get_ASiCSignatureCount()

[Java]
    int getASiCSignatureCount();

Description

This property returns the sum of the number of signatures of all types (CAdES, XAdES and timestamp) in the container.

See also:     ASiCSignatures    

Discuss this help topic in SecureBlackbox Forum