3 references to Basic
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\Context.cs (1)
223current.AuthType = ((ContextOptions.SimpleBind & contextOptions) > 0 ? AuthType.Basic : AuthType.Negotiate);
System.DirectoryServices.Protocols (2)
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (1)
1042else if (AuthType == AuthType.Basic)
System\DirectoryServices\Protocols\ldap\LdapConnection.Linux.cs (1)
129Debug.Assert(AuthType != AuthType.Anonymous && AuthType != AuthType.Basic);