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