Discuss this help topic in SecureBlackbox Forum

TElASiCContainer.CAdESSignatureCount

TElASiCContainer     See also     


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


Returns the number of CAdES signatures in the container.

Declaration

[C#]
    int CAdESSignatureCount;

[VB.NET]
    Property CAdESSignatureCount As Integer

[Pascal]
    property CAdESSignatureCount : integer;

[C++]
    not available

[PHP]
    integer get_CAdESSignatureCount()

[Java]
    int getCAdESSignatureCount();

Description

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

See also:     CAdESSignatures    

Discuss this help topic in SecureBlackbox Forum