SecureBlackbox 2020 Python Edition

Questions / Feedback?

post_binding_mode Property

Specifies whether binding is applied on a server, or on a client side.

Syntax

def get_post_binding_mode() -> int: ...

post_binding_mode = property(get_post_binding_mode, None)

Default Value

0

Remarks

Specifies whether binding is applied on a server, or on a client side.

Use this property to specify whether binding is used on the server or client side of the communication. The default value is cspmClient.

This property is read-only.

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