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