Base:
property
BinaryLength
System.Security.AccessControl.GenericAcl.BinaryLength
7 references to BinaryLength
System.Security.AccessControl (7)
System\Security\AccessControl\ACL.cs (7)
189if (BinaryLength > MaxBinaryLength) 193else if (binaryForm.Length - offset < BinaryLength) 200binaryForm[offset + 2] = unchecked((byte)(BinaryLength >> 0)); 201binaryForm[offset + 3] = (byte)(BinaryLength >> 8); 382int newBinaryLength = BinaryLength - (index < _aces.Count ? _aces[index].BinaryLength : 0) + value.BinaryLength; 398if (BinaryLength + ace.BinaryLength > MaxBinaryLength) 2186return _acl.BinaryLength;