4 references to MinBinaryLength
System.Security.AccessControl (3)
System\Security\AccessControl\ACE.cs (3)
692if (binaryForm.Length - offset < HeaderLength + AccessMaskLength + AceTypeLength + SecurityIdentifier.MinBinaryLength) 1059if (binaryForm.Length - offset < HeaderLength + AccessMaskLength + SecurityIdentifier.MinBinaryLength) 1405if (binaryForm.Length - offset < HeaderLength + AccessMaskLength + ObjectFlagsLength + SecurityIdentifier.MinBinaryLength)
System.Security.Principal.Windows (1)
System\Security\Principal\SID.cs (1)
409if (binaryForm.Length - offset < SecurityIdentifier.MinBinaryLength)