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)
163get => _authenticationType; 166if (_authenticationType == value) 528int hr = UnsafeNativeMethods.ADsOpenObject(pathToUse, GetUsername(), GetPassword(), (int)_authenticationType, ref g, out value);