SecureBlackbox 2020 Python Edition

Questions / Feedback?

authn_request_context_ref_type Property

Specifies the context reference type.

Syntax

def get_authn_request_context_ref_type() -> int: ...
def set_authn_request_context_ref_type(value: int) -> None: ...

authn_request_context_ref_type = property(get_authn_request_context_ref_type, set_authn_request_context_ref_type)

Default Value

0

Remarks

Specifies the context reference type.

Use this property to get or set the context reference type (Class or Declaration).

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