13 references to FakeObject
System.DirectoryServices.AccountManagement (13)
System\DirectoryServices\AccountManagement\AD\ADDNLinkedAttrSet.cs (1)
602
if (sidType == SidType.
FakeObject
)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx.cs (1)
2071
if (sidType == SidType.
FakeObject
)
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 (1)
259
if (sidType == SidType.
FakeObject
)
System\DirectoryServices\AccountManagement\SAM\SAMMembersSet.cs (2)
113
if (sidType == SidType.
FakeObject
)
387
Debug.Assert(sidType != SidType.
FakeObject
);
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 (4)
227
return SidType.
FakeObject
;
233
return SidType.
FakeObject
;
240
_ => SidType.
FakeObject
,
664
Debug.Assert(ClassifySID(sid) == SidType.
FakeObject
);