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