2 overrides of BinaryLength
mscorlib (2)
system\security\accesscontrol\acl.cs (2)
471public override int BinaryLength 2800public sealed override int BinaryLength
6 references to BinaryLength
mscorlib (6)
system\security\accesscontrol\securitydescriptor.cs (4)
184result += GenericSacl.BinaryLength; 190result += GenericDacl.BinaryLength; 372offset += GenericSacl.BinaryLength; 392offset += GenericDacl.BinaryLength;
system\security\accesscontrol\win32.cs (2)
279Length = dacl.BinaryLength; 286Length = sacl.BinaryLength;