KDCPort Property

The port for the Key Distribution Center (KDC).

Syntax

ANSI (Cross Platform)
int GetKDCPort();
int SetKDCPort(int iKDCPort); Unicode (Windows) INT GetKDCPort();
INT SetKDCPort(INT iKDCPort);
@property (nonatomic,readwrite,assign,getter=KDCPort,setter=setKDCPort:) int KDCPort;
- (int)KDCPort;
- (void)setKDCPort:(int)newKDCPort;
#define PID_KERBEROS_KDCPORT 3

IPWORKSAUTH_EXTERNAL void* IPWORKSAUTH_CALL IPWorksAuth_Kerberos_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSAUTH_EXTERNAL int IPWORKSAUTH_CALL IPWorksAuth_Kerberos_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

88

Remarks

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

Data Type

Integer

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