IPWorks Auth 2020 Python Edition

Questions / Feedback?

kdc_port Property

The port for the Key Distribution Center (KDC).

Syntax

def get_kdc_port() -> int: ...
def set_kdc_port(value: int) -> None: ...

kdc_port = property(get_kdc_port, set_kdc_port)

Default Value

88

Remarks

This property specifies the port for the Key Distribution Center (KDC). The default value is 88.

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