12 references to SubAuthorityCount
mscorlib (12)
system\security\principal\sid.cs (12)
246_BinaryForm = new byte[1 + 1 + 6 + 4 * this.SubAuthorityCount]; 253_BinaryForm[1] = ( byte )this.SubAuthorityCount; 268for ( i = 0; i < this.SubAuthorityCount; i++ ) 559int[] SubAuthorities = new int[ domainSid.SubAuthorityCount + 1 ]; 561for ( i = 0; i < domainSid.SubAuthorityCount; i++ ) 677for(int i = 0; i < SubAuthorityCount; i++) { 696for ( int i = 0; i < SubAuthorityCount; i++ ) 859if ( this.SubAuthorityCount < sid.SubAuthorityCount ) 864if ( this.SubAuthorityCount > sid.SubAuthorityCount ) 869for ( int i = 0; i < this.SubAuthorityCount; i++ )