8 references to AuthTypes
System.DirectoryServices.AccountManagement (8)
System\DirectoryServices\AccountManagement\AD\ADDNLinkedAttrSet.cs (4)
217_storeCtx.AuthTypes); 375DirectoryEntry groupDE = SDSUtils.BuildDirectoryEntry(BuildPathFromDN(groupDN), _storeCtx.Credentials, _storeCtx.AuthTypes); 458_storeCtx.AuthTypes); 558_storeCtx.AuthTypes);
System\DirectoryServices\AccountManagement\AD\ADStoreCtx.cs (2)
1213roots.Add(new DirectoryEntry("GC://" + gc.Name + "/" + p.DistinguishedName, this.credentials?.UserName, this.credentials?.Password, this.AuthTypes)); 1419dncContainer = new DirectoryEntry(@"LDAP://" + this.UserSuppliedServerName + @"/" + this.DefaultNamingContext, Credentials != null ? this.Credentials.UserName : null, Credentials != null ? this.Credentials.Password : null, this.AuthTypes);
System\DirectoryServices\AccountManagement\AD\TokenGroupsSet.cs (2)
59_storeCtx.AuthTypes); 83_storeCtx.AuthTypes);