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