9 references to SidType
System.DirectoryServices (9)
System\DirectoryServices\ActiveDirectory\Utils.cs (9)
1993
SidType
sidType = ClassifySID(pCopyOfUserSid);
1995
if (sidType ==
SidType
.RealObject)
2228
internal static unsafe
SidType
ClassifySID(IntPtr pSid)
2242
return
SidType
.RealObject;
2254
return
SidType
.FakeObject;
2260
return
SidType
.FakeObject;
2265
21 =>
SidType
.RealObject, // Account SID
2266
32 =>
SidType
.RealObjectFakeDomain, // BUILTIN SID
2267
_ =>
SidType
.FakeObject,