6 references to ClassifySID
System.DirectoryServices.AccountManagement (6)
System\DirectoryServices\AccountManagement\AD\ADDNLinkedAttrSet.cs (1)
600SidType sidType = Utils.ClassifySID(sid);
System\DirectoryServices\AccountManagement\AD\ADStoreCtx.cs (1)
2069SidType sidType = Utils.ClassifySID(sid);
System\DirectoryServices\AccountManagement\SAM\SAMMembersSet.cs (2)
112SidType sidType = Utils.ClassifySID(sid); 386SidType sidType = Utils.ClassifySID(sid);
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx_LoadStore.cs (1)
504if (Utils.ClassifySID(sid) == SidType.RealObjectFakeDomain)
System\DirectoryServices\AccountManagement\Utils.cs (1)
664Debug.Assert(ClassifySID(sid) == SidType.FakeObject);