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)
124
get =>
_connectionAuthType
;
134
if (_bounded && (value !=
_connectionAuthType
))