10 references to MachineUserSuppliedName
System.DirectoryServices.AccountManagement (10)
System\DirectoryServices\AccountManagement\SAM\SAMMembersSet.cs (3)
150adsPath.Append(_storeCtx.MachineUserSuppliedName); 405_storeCtx.MachineUserSuppliedName, 418_storeCtx.MachineUserSuppliedName,
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx.cs (4)
831int err = Utils.LookupSid(this.MachineUserSuppliedName, _credentials, sid, out name, out domainName, out accountUsage); 839this.MachineUserSuppliedName); 924this.MachineUserSuppliedName, 926this.MachineUserSuppliedName);
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx_LoadStore.cs (3)
489int err = Utils.LookupSid(this.MachineUserSuppliedName, _credentials, sid, out name, out domainName, out _); 496this.MachineUserSuppliedName, 561string adsPath = "WinNT://" + this.MachineUserSuppliedName + "/" + samAccountName + principalHint;