Base:
property
BinaryLength
System.Security.AccessControl.GenericAcl.BinaryLength
7 references to BinaryLength
mscorlib (7)
system\security\accesscontrol\acl.cs (7)
312
else if (
BinaryLength
> MaxBinaryLength )
316
else if ( binaryForm.Length - offset <
BinaryLength
)
325
binaryForm[offset + 2] = ( byte )(
BinaryLength
>> 0 );
326
binaryForm[offset + 3] = ( byte )(
BinaryLength
>> 8 );
559
int newBinaryLength =
BinaryLength
- ( index < _aces.Count ? ( _aces[index] as GenericAce ).BinaryLength : 0 ) + value.BinaryLength;
582
if (
BinaryLength
+ ace.BinaryLength > MaxBinaryLength )
2805
return _acl.
BinaryLength
;