TAuthType Type

Specify the authentication method to use on a connection.

Namespace: CNClrLib.Control.EnumTypes
type
 TAuthType = CNClrlib.EnumTypes.TAuthType;

Field
Description

autAnonymous

Indicates that the connection should be made without passing credentials.

autBasic

Indicates that basic authentication should be used on the connection.

autNegotiate

Indicates that Microsoft Negotiate authentication should be used on the connection.

autNtlm

Indicates that Windows NT Challenge/Response (NTLM) authentication should be used on the connection.

autDigest

Indicates that the Digest Access Authentication should be used on the connection.

autSicily

Indicates a negotiation mechanism (Sicily) will be used to choose MSN, DPA or NTLM. This should be used for LDAPv2 servers only.

autDpa

Indicates that Distributed Password Authentication (DPA) should be used on the connection.

autMsn

Indicates that it is authenticated by "Microsoft Network Authentication Service".

autExternal

Indicates an external method will be used to authenticate the connection.

autKerberos

Indicates that Kerberos authentication should be used on the connection.