4 references to GetSubAuthority
mscorlib (4)
system\security\principal\sid.cs (4)
563SubAuthorities[i] = domainSid.GetSubAuthority( i ); 678hashCode ^= this.GetSubAuthority(i); 871int diff = this.GetSubAuthority( i ) - sid.GetSubAuthority( i );