Base:
property
BinaryLength
System.Security.AccessControl.GenericAcl.BinaryLength
3 references to BinaryLength
mscorlib (3)
system\security\accesscontrol\acl.cs (1)
2252byte[] recovery = new byte[BinaryLength];
system\security\accesscontrol\directoryobjectsecurity.cs (2)
280byte[] binaryForm = new byte[_securityDescriptor.DiscretionaryAcl.BinaryLength]; 413byte[] binaryForm = new byte[_securityDescriptor.SystemAcl.BinaryLength];