ResultDN Property

The Distinguished Name returned in the last server response (if any).

Syntax

ANSI (Cross Platform)
char* GetResultDN();

Unicode (Windows)
LPWSTR GetResultDN();
@property (nonatomic,readonly,assign,getter=resultDN) NSString* resultDN;
- (NSString*)resultDN;
#define PID_LDAP_RESULTDN 26

IPWORKSAUTH_EXTERNAL void* IPWORKSAUTH_CALL IPWorksAuth_LDAP_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

""

Remarks

This property contains the Distinguished Name returned in the last server response (if any). This is identical to the corresponding parameter provided by the last Result, or SearchComplete event.

This property is read-only.

Data Type

String

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