Base:
property
BinaryLength
System.Security.AccessControl.GenericAcl.BinaryLength
7 references to BinaryLength
System.Security.AccessControl (7)
System\Security\AccessControl\ACL.cs (7)
275if (BinaryLength > MaxBinaryLength) 279else if (binaryForm.Length - offset < BinaryLength) 286binaryForm[offset + 2] = unchecked((byte)(BinaryLength >> 0)); 287binaryForm[offset + 3] = (byte)(BinaryLength >> 8); 527int newBinaryLength = BinaryLength - (index < _aces.Count ? _aces[index].BinaryLength : 0) + value.BinaryLength; 546if (BinaryLength + ace.BinaryLength > MaxBinaryLength) 2723return _acl.BinaryLength;