SecureBlackbox 2020 Python Edition

Questions / Feedback?

encryption_type Property

The encryption type.

Syntax

def get_encryption_type() -> int: ...
def set_encryption_type(value: int) -> None: ...

encryption_type = property(get_encryption_type, set_encryption_type)

Default Value

1

Remarks

Use this property to specify the encryption type to use.

Supported values:

petPassword1Encrypt the document with passwords. Use owner_password and user_password properties to set the passwords.
petCertificate2Encrypt the document with a certificate. Use encryption_certificate or encryption_certificates to supply the certificate(s).

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