Discuss this help topic in SecureBlackbox Forum
Specifies the number of package parts signed by the signature.
Declaration
[C#/Java]
int SignedPartCount;
[VB.NET]
Property SignedPartCount As Integer
[Pascal]
property SignedPartCount : integer;
[C++]
int32_t get_SignedPartCount();
[PHP]
integer get_SignedPartCount()
Description
Use this read-only property to obtain the number of signed parts.
Discuss this help topic in SecureBlackbox Forum