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
;
268
for ( i = 0; i < this.
SubAuthorityCount
; i++ )
559
int[] SubAuthorities = new int[ domainSid.
SubAuthorityCount
+ 1 ];
561
for ( i = 0; i < domainSid.
SubAuthorityCount
; i++ )
677
for(int i = 0; i <
SubAuthorityCount
; i++) {
696
for ( int i = 0; i <
SubAuthorityCount
; i++ )
859
if ( this.
SubAuthorityCount
< sid.
SubAuthorityCount
)
864
if ( this.
SubAuthorityCount
> sid.
SubAuthorityCount
)
869
for ( int i = 0; i < this.
SubAuthorityCount
; i++ )