Discuss this help topic in SecureBlackbox Forum

TElZipReader.EncryptingCertificates

TElZipReader     See also     


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


Contains recipient certificates used to decrypt the archive.

Declaration

[C#]
    TElCustomCertStorage EncryptingCertificates;

[VB.NET]
    Property EncryptingCertificates As TElCustomCertStorage

[Pascal]
    property EncryptingCertificates : TElCustomCertStorage;

[C++]
    TElCustomCertStorage* get_EncryptingCertificates();

[PHP]
    TElCustomCertStorage get_EncryptingCertificates()

[Java]
    TElCustomCertStorage getEncryptingCertificates();

Description

    This property contains encrypting certificates. User should add his certificate with private key to decrypt the archive.

See also:     Extract     SigningCertificates    

Discuss this help topic in SecureBlackbox Forum