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