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