Discuss this help topic in SecureBlackbox Forum
Specifies the legal attestations that are associated with the signature.
Declaration
[C#]
TElStringList LegalAttestations;
[VB.NET]
Property LegalAttestations As TElStringList
[Pascal]
property LegalAttestations : TElStringList;
[C++]
TElStringList* get_LegalAttestations();
[PHP]
TElStringList get_LegalAttestations()
[Java]
TElStringList getLegalAttestations();
Description
Use this read-only property to get the legal attestations that are associated with the signature.
Discuss this help topic in SecureBlackbox Forum