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