5 references to Kerberos
System.DirectoryServices.Protocols (5)
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (4)
73
if (authType < AuthType.Anonymous || authType > AuthType.
Kerberos
)
127
if (value < AuthType.Anonymous || value > AuthType.
Kerberos
)
1062
if (AuthType == AuthType.
Kerberos
)
1084
case AuthType.
Kerberos
:
System\DirectoryServices\Protocols\ldap\LdapConnection.Linux.cs (1)
102
if (tempCredential == null && (AuthType == AuthType.External || AuthType == AuthType.
Kerberos
))