4 references to BinaryLength
Microsoft.AspNetCore.Server.HttpSys (1)
NativeInterop\RequestQueue.cs (1)
54
byte[] securityDescriptorBytes = new byte[securityDescriptor.
BinaryLength
];
System.Security.AccessControl (3)
System\Security\AccessControl\ObjectSecurity.cs (1)
555
byte[] result = new byte[_securityDescriptor.
BinaryLength
];
System\Security\AccessControl\SecurityDescriptor.cs (2)
150
byte[] binaryForm = new byte[
BinaryLength
];
203
if (binaryForm.Length - offset <
BinaryLength
)