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