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