IPWorks Auth 2020 .NET Edition

Questions / Feedback?

AuthMechanism Property

The authentication mechanism to be used when connecting to the Active Directory server.

Syntax

public ActivedirectoryAuthMechanisms AuthMechanism { get; set; }

enum ActivedirectoryAuthMechanisms { aamSimple, aamDigestMD5, aamNegotiate, aamKerberos }
Public Property AuthMechanism As ActivedirectoryAuthMechanisms

Enum ActivedirectoryAuthMechanisms aamSimple aamDigestMD5 aamNegotiate aamKerberos End Enum

Default Value

6

Remarks

This property specifies the authentication mechanism used. Possible values are:

0 (aamSimple) Plaintext authentication
1 (aamDigestMD5) DIGEST-MD5 authentication
2 (aamNegotiate) NTLM/Negotiate authentication
6 (aamKerbers - default) Kerberos authentication

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