1 write to _SubAuthorities
mscorlib (1)
system\security\principal\sid.cs (1)
231
_SubAuthorities
= new int[ subAuthorities.Length ];
5 references to _SubAuthorities
mscorlib (5)
system\security\principal\sid.cs (5)
232
subAuthorities.CopyTo(
_SubAuthorities
, 0 );
273
_BinaryForm[8 + 4*i + shift] = ( byte )((( ulong )
_SubAuthorities
[i] ) >> ( shift * 8 ));
611
get { return
_SubAuthorities
.Length; }
698
result.AppendFormat( "-{0}", ( uint )(
_SubAuthorities
[i] ));
888
return this.
_SubAuthorities
[ index ];