9 references to ClassifySID
System.DirectoryServices.AccountManagement (9)
System\DirectoryServices\AccountManagement\AD\ADDNLinkedAttrSet.cs (1)
689
SidType sidType = Utils.
ClassifySID
(foreignSid.pSid);
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_LoadStore.cs (2)
529
if (Interop.Advapi32.IsValidSid(pSid) && (Utils.
ClassifySID
(pSid) == SidType.FakeObject))
584
if (Interop.Advapi32.IsValidSid(pSid) && (Utils.
ClassifySID
(pSid) == SidType.FakeObject))
System\DirectoryServices\AccountManagement\AuthZSet.cs (2)
256
SidType sidType = Utils.
ClassifySID
(pSid);
422
if (Utils.
ClassifySID
(pSid) == SidType.RealObject && Interop.Advapi32.EqualDomainSid(_psUserSid.DangerousGetHandle(), pSid, ref sameDomain))
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx_LoadStore.cs (2)
356
if (Interop.Advapi32.IsValidSid(pSid) && (Utils.
ClassifySID
(pSid) == SidType.FakeObject))
421
if (Interop.Advapi32.IsValidSid(pSid) && (Utils.
ClassifySID
(pSid) == SidType.FakeObject))
System\DirectoryServices\AccountManagement\Utils.cs (2)
191
return
ClassifySID
(pSid);
305
SidType sidType =
ClassifySID
(pCopyOfUserSid);