Discuss this help topic in SecureBlackbox Forum

TElZipReader.SigningCertificates

TElZipReader     See also     


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


Contains signing certificates for the archive.

Declaration

[C#]
    TElCustomCertStorage SigningCertificates;

[VB.NET]
    Property SigningCertificates As TElCustomCertStorage

[Pascal]
    property SigningCertificates : TElCustomCertStorage;

[C++]
    TElCustomCertStorage* get_SigningCertificates();

[PHP]
    TElCustomCertStorage get_SigningCertificates()

[Java]
    TElCustomCertStorage getSigningCertificates();

Description

    This property contains the certificates used to sign archive directory entries. If required certificates are not present in SigningCertificates, user should add them manually before validating the signature.

See also:     ValidateSignature     EncryptingCertificates    

Discuss this help topic in SecureBlackbox Forum