SecureBlackbox 2020 Python Edition

Questions / Feedback?

logout_request_not_on_or_after Property

Contains the value of the NotOnOrAfter parameter.

Syntax

def get_logout_request_not_on_or_after() -> str: ...
def set_logout_request_not_on_or_after(value: str) -> None: ...

logout_request_not_on_or_after = property(get_logout_request_not_on_or_after, set_logout_request_not_on_or_after)

Default Value

""

Remarks

Contains the value of the NotOnOrAfter parameter.

Use this property to access or set the value of the NotOnOrAfter parameter.

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