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