SecureBlackbox Lite 2020 Python Edition

Questions / Feedback?

encrypt_data_channel Property

Enables or disables data channel encryption.

Syntax

def get_encrypt_data_channel() -> bool: ...
def set_encrypt_data_channel(value: bool) -> None: ...

encrypt_data_channel = property(get_encrypt_data_channel, set_encrypt_data_channel)

Default Value

TRUE

Remarks

Use this property to enable or disable data channel encryption. This property should be configured before connect method is called.

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