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