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