7 writes to AuthenticationType
System.DirectoryServices (6)
System\DirectoryServices\ActiveDirectory\ActiveDirectorySchema.cs (2)
421
directoryEntry.
AuthenticationType
= Utils.DefaultAuthType;
475
directoryEntry.
AuthenticationType
= Utils.DefaultAuthType;
System\DirectoryServices\ActiveDirectory\ActiveDirectorySchemaClass.cs (2)
1312
de.
AuthenticationType
= Utils.DefaultAuthType;
1384
de.
AuthenticationType
= Utils.DefaultAuthType;
System\DirectoryServices\ActiveDirectory\DomainController.cs (1)
1304
de.
AuthenticationType
= Utils.DefaultAuthType | AuthenticationTypes.ServerBind;
System\DirectoryServices\ActiveDirectory\GlobalCatalog.cs (1)
428
de.
AuthenticationType
= Utils.DefaultAuthType | AuthenticationTypes.ServerBind;
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\AD\SDSUtils.cs (1)
391
de.
AuthenticationType
= authTypes;
10 references to AuthenticationType
System.DirectoryServices (10)
System\DirectoryServices\DirectoryEntries.cs (3)
48
DirectoryEntry entry = new DirectoryEntry(newChild, _container.UsePropertyCache, _container.GetUsername(), _container.GetPassword(), _container.
AuthenticationType
);
78
return new DirectoryEntry(o, _container.UsePropertyCache, _container.GetUsername(), _container.GetPassword(), _container.
AuthenticationType
);
128
return _currentEntry ??= new DirectoryEntry(_enumVariant.GetValue(), _container.UsePropertyCache, _container.GetUsername(), _container.GetPassword(), _container.
AuthenticationType
);
System\DirectoryServices\DirectoryEntry.cs (5)
297
return new DirectoryEntry(_adsObject.Parent, UsePropertyCache, GetUsername(), GetPassword(),
AuthenticationType
);
380
return new DirectoryEntry(_adsObject.Schema, UsePropertyCache, GetUsername(), GetPassword(),
AuthenticationType
);
547
DirectoryEntry newEntry = new DirectoryEntry(this.Path, this.UsePropertyCache, this.GetUsername(), this.GetPassword(), this.
AuthenticationType
);
673
return new DirectoryEntry(copy, newParent.UsePropertyCache, GetUsername(), GetPassword(),
AuthenticationType
);
799
return new DirectoryEntry(result, UsePropertyCache, GetUsername(), GetPassword(),
AuthenticationType
);
System\DirectoryServices\SearchResultCollection.cs (2)
55
_rootEntry.
AuthenticationType
);
196
return new ResultsEnumerator(this, _rootEntry.GetUsername(), _rootEntry.GetPassword(), _rootEntry.
AuthenticationType
);