6 references to SubAuthorityCount
System.Security.Principal.Windows (6)
System\Security\Principal\SID.cs (6)
695
for (int i = 0; i <
SubAuthorityCount
; i++)
879
if (this.
SubAuthorityCount
< sid.
SubAuthorityCount
)
884
if (this.
SubAuthorityCount
> sid.
SubAuthorityCount
)
889
for (int i = 0; i < this.
SubAuthorityCount
; i++)