Discuss this help topic in SecureBlackbox Forum

TElZipStrongEncryptionInfo.UseCertificates

TElZipStrongEncryptionInfo     See also     


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


Specifies whether encryption certificates should be used.

Declaration

[C#]
    bool UseCertificates;

[VB.NET]
    Property UseCertificates As Boolean

[Pascal]
    property UseCertificates : boolean;

[C++]
    bool get_UseCertificates();
    void set_UseCertificates(bool Value);

[PHP]
    bool get_UseCertificates()
    void set_UseCertificates(bool $Value)

[Java]
    boolean getUseCertificates();
    void setUseCertificates(boolean Value);

Description

    Use this property to specify if archive should be encrypted using certificates.

See also:     UsePassword     UseOAEP     Use3DES    

Discuss this help topic in SecureBlackbox Forum