Discuss this help topic in SecureBlackbox Forum
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.
Discuss this help topic in SecureBlackbox Forum