Discuss this help topic in SecureBlackbox Forum

TElASiCXAdESSignatureEntry.ReferenceCount

TElASiCXAdESSignatureEntry     See also     


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


Specifies the number of signed documents in the list.

Declaration

[C#]
    int ReferenceCount;

[VB.NET]
    Property ReferenceCount As Integer

[Pascal]
    property ReferenceCount : integer;

[C++]
    not available

[PHP]
    integer get_ReferenceCount()

[Java]
    int getReferenceCount();

Description

Use this property to get the number of files covered by the signature.

See also:     References    

Discuss this help topic in SecureBlackbox Forum