Discuss this help topic in SecureBlackbox Forum
Specifies whether encryption certificates should be used.
Declaration
[C#/Java]
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)
Description
Use this property to specify if archive should be encrypted using certificates.
Discuss this help topic in SecureBlackbox Forum