IP*Works! SSL V9 - Online Help
IP*Works! SSL V9
Questions / Feedback?

AuthMechanism Property

The authentication mechanism to be used when connecting to the LDAP server.

Syntax

[VB.NET]
Public Property AuthMechanism As LdapsAuthMechanisms

[C#]
public LdapsAuthMechanisms AuthMechanism {get; set;}

enum LdapsAuthMechanisms { amSimple, amDigestMD5, amNegotiate, amKerberos }

Remarks

By default, AuthMechanism is amSimple (0), and default plaintext authentication is used to login to the server. If AuthMechanism is set to amDigestMD5 (1), the more secure DIGEST-MD5 authentication is used instead.

If AuthMechanism is set to amNegotiate (2) NTLM/Negotiate authentication will be used.

If AuthMechanism is set to amKerberos (6) Kerberos/Negotiate authentication will be used.

Default Value

0

 
 
Copyright (c) 2018 /n software inc. - All rights reserved.
Build 9.0.6635.0