extendedRequest (method)

Performs an LDAP V3 Extended Operation.

Syntax

- (void)extendedRequest:(NSString*)requestName :(NSData*)requestValue;
public func extendedRequest(_ requestName: String, _ requestValue: Data) throws -> Void

Remarks

This method performs an LDAP V3 Extended Operation. RequestName must contain the OID of the operation, and RequestValue may contain an optional value.

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