Discuss this help topic in SecureBlackbox Forum

TElASiCContainer.XAdESSignatureCount

TElASiCContainer     See also     


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


Returns the number of XAdES signatures in the container.

Declaration

[C#]
    int XAdESSignatureCount;

[VB.NET]
    Property XAdESSignatureCount As Integer

[Pascal]
    property XAdESSignatureCount : integer;

[C++]
    not available

[PHP]
    integer get_XAdESSignatureCount()

[Java]
    int getXAdESSignatureCount();

Description

Use this property to get the number of XAdES signatures in the container.

See also:     XAdESSignatures    

Discuss this help topic in SecureBlackbox Forum