6 references to Anonymous
System.DirectoryServices.Protocols (6)
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (5)
73if (authType < AuthType.Anonymous || authType > AuthType.Kerberos) 79if (AuthType == AuthType.Anonymous && (_directoryCredential != null && (!string.IsNullOrEmpty(_directoryCredential.Password) || !string.IsNullOrEmpty(_directoryCredential.UserName)))) 127if (value < AuthType.Anonymous || value > AuthType.Kerberos) 1002if (AuthType == AuthType.Anonymous && (newCredential != null && (!string.IsNullOrEmpty(newCredential.Password) || !string.IsNullOrEmpty(newCredential.UserName)))) 1044if (AuthType == AuthType.Anonymous)
System\DirectoryServices\Protocols\ldap\LdapConnection.Linux.cs (1)
115Debug.Assert(AuthType != AuthType.Anonymous && AuthType != AuthType.Basic);