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