4 references to LdapConnection
System.DirectoryServices.Protocols (4)
System\DirectoryServices\Protocols\ldap\LdapSessionOptions.cs (4)
925tempReferralConnection = new LdapConnection(((LdapDirectoryIdentifier)(_connection.Directory)), _connection.GetCredential(), _connection.AuthType, ReferralFromConnection);
990tempReferralConnection = new LdapConnection(((LdapDirectoryIdentifier)(_connection.Directory)), _connection.GetCredential(), _connection.AuthType, referralFromConnection);
1015tempNewConnection = new LdapConnection(identifier, cred, _connection.AuthType, newConnection);
1057dereferenceConnection = new LdapConnection(((LdapDirectoryIdentifier)(_connection.Directory)), _connection.GetCredential(), _connection.AuthType, ConnectionToDereference);