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
)
1068
if (AuthType == AuthType.
Kerberos
)
1090
case AuthType.
Kerberos
:
System\DirectoryServices\Protocols\ldap\LdapConnection.Linux.cs (1)
88
if (tempCredential == null && (AuthType == AuthType.External || AuthType == AuthType.
Kerberos
))