Discuss this help topic in SecureBlackbox Forum

TElSignedCMSMessage.SignatureCount

TElSignedCMSMessage     See also     


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


Specifies the number of signatures in the list.

Declaration

[C#]
    int SignatureCount;

[VB.NET]
    Property SignatureCount As Integer

[Pascal]
    property SignatureCount : integer;

[C++]
    int32_t get_SignatureCount();

[PHP]
    integer get_SignatureCount()

[Java]
    int getSignatureCount();

Description

    Use this property to get the number of signtures in the list.

See also:     Signatures    

Discuss this help topic in SecureBlackbox Forum