4 references to Sid
mscorlib (4)
system\security\principal\windowsidentity.cs (4)
584groups.Add(new SecurityIdentifier(group.Sid, true )); 1341SecurityIdentifier groupSid = new SecurityIdentifier(group.Sid, true); 1397SecurityIdentifier groupSid = new SecurityIdentifier(group.Sid, true); 1448SecurityIdentifier sid = new SecurityIdentifier(user.Sid, true);