10 references to SecurityIdentifier
mscorlib (10)
system\security\principal\ntaccount.cs (2)
384
Result.Add( new
SecurityIdentifier
( Lts.Sid, true ));
405
ReferencedDomains[i] = new
SecurityIdentifier
( ti.Sid, true );
system\security\principal\sid.cs (1)
446
:
this
( binaryForm, true )
system\security\principal\windowsidentity.cs (7)
527
m_owner = new
SecurityIdentifier
(tokenOwner.Read<IntPtr>(0), true);
545
m_user = new
SecurityIdentifier
(tokenUser.Read<IntPtr>(0), true);
584
groups.Add(new
SecurityIdentifier
(group.Sid, true ));
1341
SecurityIdentifier groupSid = new
SecurityIdentifier
(group.Sid, true);
1384
SecurityIdentifier primaryGroupSid = new
SecurityIdentifier
(primaryGroup.PrimaryGroup, true);
1397
SecurityIdentifier groupSid = new
SecurityIdentifier
(group.Sid, true);
1448
SecurityIdentifier sid = new
SecurityIdentifier
(user.Sid, true);