4 references to Negotiate
System.DirectoryServices.Protocols (4)
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (4)
45
private AuthType _connectionAuthType = AuthType.
Negotiate
;
58
public LdapConnection(LdapDirectoryIdentifier identifier) : this(identifier, null, AuthType.
Negotiate
)
62
public LdapConnection(LdapDirectoryIdentifier identifier, NetworkCredential credential) : this(identifier, credential, AuthType.
Negotiate
)
1087
case AuthType.
Negotiate
: