5 references to LookupSid
System.DirectoryServices.AccountManagement (5)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx.cs (1)
2104int err = Utils.LookupSid(serverName, this.credentials, sid, out name, out domainName, out accountUsage);
System\DirectoryServices\AccountManagement\SAM\SAMMembersSet.cs (1)
404int err = Utils.LookupSid(
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx.cs (1)
831int err = Utils.LookupSid(this.MachineUserSuppliedName, _credentials, sid, out name, out domainName, out accountUsage);
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx_LoadStore.cs (1)
489int err = Utils.LookupSid(this.MachineUserSuppliedName, _credentials, sid, out name, out domainName, out _);
System\DirectoryServices\AccountManagement\Utils.cs (1)
673int err = Utils.LookupSid(serverName, credentials, sid, out name, out domainName, out accountUsage);