[Top]
Protocols
Protocols.LDAP
Protocols.LDAP.client
|
Method Protocols.LDAP.client()->create()
- Method
create
-
void Protocols.LDAP.client()
void Protocols.LDAP.client(string url)
void Protocols.LDAP.client(string url, object context)
- Description
-
Create object. The first optional argument can be used later
for subsequence operations. The second one can specify
TLS context of connection. The default context only allows
128-bit encryption methods, so you may need to provide your
own context if your LDAP server supports only export encryption.
- Parameter url
-
LDAP server URL in form
"ldap://hostname/basedn?attrlist?scope?ext"
- Parameter context
-
TLS context of connection
- See also
-
LDAP.client.bind , LDAP.client.search
|