3 writes to _connectionAuthType
System.DirectoryServices.Protocols (3)
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (3)
71_connectionAuthType = authType; 95_connectionAuthType = authType; 139_connectionAuthType = value;
2 references to _connectionAuthType
System.DirectoryServices.Protocols (2)
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (2)
124get => _connectionAuthType; 134if (_bounded && (value != _connectionAuthType))