13 references to FakeObject
System.DirectoryServices.AccountManagement (13)
System\DirectoryServices\AccountManagement\AD\ADDNLinkedAttrSet.cs (1)
602if (sidType == SidType.FakeObject)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx.cs (1)
2071if (sidType == SidType.FakeObject)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_LoadStore.cs (2)
529if (Interop.Advapi32.IsValidSid(pSid) && (Utils.ClassifySID(pSid) == SidType.FakeObject)) 584if (Interop.Advapi32.IsValidSid(pSid) && (Utils.ClassifySID(pSid) == SidType.FakeObject))
System\DirectoryServices\AccountManagement\AuthZSet.cs (1)
259if (sidType == SidType.FakeObject)
System\DirectoryServices\AccountManagement\SAM\SAMMembersSet.cs (2)
113if (sidType == SidType.FakeObject) 387Debug.Assert(sidType != SidType.FakeObject);
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx_LoadStore.cs (2)
356if (Interop.Advapi32.IsValidSid(pSid) && (Utils.ClassifySID(pSid) == SidType.FakeObject)) 421if (Interop.Advapi32.IsValidSid(pSid) && (Utils.ClassifySID(pSid) == SidType.FakeObject))
System\DirectoryServices\AccountManagement\Utils.cs (4)
227return SidType.FakeObject; 233return SidType.FakeObject; 240_ => SidType.FakeObject, 664Debug.Assert(ClassifySID(sid) == SidType.FakeObject);