12 references to DefaultAuthType
System.DirectoryServices (12)
System\DirectoryServices\ActiveDirectory\ActiveDirectorySchema.cs (2)
421directoryEntry.AuthenticationType = Utils.DefaultAuthType; 475directoryEntry.AuthenticationType = Utils.DefaultAuthType;
System\DirectoryServices\ActiveDirectory\ActiveDirectorySchemaClass.cs (2)
1312de.AuthenticationType = Utils.DefaultAuthType; 1384de.AuthenticationType = Utils.DefaultAuthType;
System\DirectoryServices\ActiveDirectory\ApplicationPartition.cs (2)
943AuthenticationTypes authType = Utils.DefaultAuthType | AuthenticationTypes.FastBind | AuthenticationTypes.Delegation; 985AuthenticationTypes authType = Utils.DefaultAuthType | AuthenticationTypes.FastBind;
System\DirectoryServices\ActiveDirectory\ConfigSet.cs (1)
341AuthenticationTypes authType = Utils.DefaultAuthType;
System\DirectoryServices\ActiveDirectory\DirectoryContext.cs (1)
348DirectoryEntry de = new DirectoryEntry("WinNT://" + tempServerName + ",computer", context.UserName, context.Password, Utils.DefaultAuthType);
System\DirectoryServices\ActiveDirectory\DirectoryEntryManager.cs (1)
258AuthenticationTypes authType = Utils.DefaultAuthType;
System\DirectoryServices\ActiveDirectory\DomainController.cs (2)
877de = new DirectoryEntry("LDAP://" + dc.Name + "/RootDSE", context.UserName, context.Password, Utils.DefaultAuthType | AuthenticationTypes.ServerBind); 1304de.AuthenticationType = Utils.DefaultAuthType | AuthenticationTypes.ServerBind;
System\DirectoryServices\ActiveDirectory\GlobalCatalog.cs (1)
428de.AuthenticationType = Utils.DefaultAuthType | AuthenticationTypes.ServerBind;