SecureBlackbox 2020 C++ Builder Edition

Questions / Feedback?

EncryptionType Property

The encryption type.

Syntax

__property TsbxPDFEncryptorEncryptionTypes EncryptionType = { read=FEncryptionType, write=FSetEncryptionType };
enum TsbxPDFEncryptorEncryptionTypes { petPassword=1, petCertificate=2 };

Default Value

petPassword

Remarks

Use this property to specify the encryption type to use.

Supported values:

petPassword1Encrypt the document with passwords. Use OwnerPassword and UserPassword properties to set the passwords.
petCertificate2Encrypt the document with a certificate. Use EncryptionCertificate or EncryptionCertificates to supply the certificate(s).

Data Type

Integer

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 C++ Builder Edition - Version 20.0 [Build 8154]