SecureBlackbox 2020 Python Edition

Questions / Feedback?

encrypt_key Property

Specifies if the encryption key is encrypted.

Syntax

def get_encrypt_key() -> bool: ...

encrypt_key = property(get_encrypt_key, None)

Default Value

TRUE

Remarks

Use this property to specify if encryption (session) key should be encrypted and also added to the encrypted data.

This property is read-only.

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