4 writes to _authenticationType
System.DirectoryServices (4)
System\DirectoryServices\DirectoryEntry.cs (4)
83
_authenticationType
= authenticationType;
97
_authenticationType
= authenticationType;
130
_authenticationType
= authenticationType;
169
_authenticationType
= value;
3 references to _authenticationType
System.DirectoryServices (3)
System\DirectoryServices\DirectoryEntry.cs (3)
163
get =>
_authenticationType
;
166
if (
_authenticationType
== value)
528
int hr = UnsafeNativeMethods.ADsOpenObject(pathToUse, GetUsername(), GetPassword(), (int)
_authenticationType
, ref g, out value);