ADPort Property

The port for the Active Directory server.

Syntax

ANSI (Cross Platform)
int GetADPort();
int SetADPort(int iADPort); Unicode (Windows) INT GetADPort();
INT SetADPort(INT iADPort);
@property (nonatomic,readwrite,assign,getter=ADPort,setter=setADPort:) int ADPort;
- (int)ADPort;
- (void)setADPort:(int)newADPort;
#define PID_ACTIVEDIRECTORY_ADPORT 2

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

Default Value

88

Remarks

This property specifies the port for the Active Directory server. 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]