KDCPort (property)

The port for the Key Distribution Center (KDC).

Syntax

@property (nonatomic,readwrite,assign,getter=KDCPort,setter=setKDCPort:) int KDCPort;
- (int)KDCPort;
- (void)setKDCPort:(int)newKDCPort;
public var KDCPort: Int32 {
  get {...}
set {...} }

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 iOS Edition - Version 20.0 [Build 8155]