4 references to MinBinaryLength
System.Security.AccessControl (3)
System\Security\AccessControl\ACE.cs (3)
920if (binaryForm.Length - offset < HeaderLength + AccessMaskLength + AceTypeLength + SecurityIdentifier.MinBinaryLength) 1391if (binaryForm.Length - offset < HeaderLength + AccessMaskLength + SecurityIdentifier.MinBinaryLength) 1809if (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)