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