4 references to MaxBinaryLength
System.Security.AccessControl (2)
System\Security\AccessControl\ACE.cs (2)
1524
return ushort.MaxValue - HeaderLength - AccessMaskLength - SecurityIdentifier.
MaxBinaryLength
;
2050
return ushort.MaxValue - HeaderLength - AccessMaskLength - ObjectFlagsLength - 2 * GuidLength - SecurityIdentifier.
MaxBinaryLength
;
System.Security.Principal.Windows (2)
System\Security\Principal\Win32.cs (2)
155
uint length = (uint)SecurityIdentifier.
MaxBinaryLength
;
208
uint sidLength = (uint)SecurityIdentifier.
MaxBinaryLength
;