SecureBlackbox 2020 Python Edition

Questions / Feedback?

encryption_type Property

The type of encryption to apply to the archive.

Syntax

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

encryption_type = property(get_encryption_type, set_encryption_type)

Default Value

0

Remarks

Specifies the encryption type for the archive.

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