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