5 references to Negotiate
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\Context.cs (1)
223current.AuthType = ((ContextOptions.SimpleBind & contextOptions) > 0 ? AuthType.Basic : AuthType.Negotiate);
System.DirectoryServices.Protocols (4)
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (4)
45private AuthType _connectionAuthType = AuthType.Negotiate; 58public LdapConnection(LdapDirectoryIdentifier identifier) : this(identifier, null, AuthType.Negotiate) 62public LdapConnection(LdapDirectoryIdentifier identifier, NetworkCredential credential) : this(identifier, credential, AuthType.Negotiate) 1081case AuthType.Negotiate: