13 references to BinaryLength
mscorlib (4)
system\security\accesscontrol\objectsecurity.cs (1)
638byte[] result = new byte[_securityDescriptor.BinaryLength];
system\security\accesscontrol\securitydescriptor.cs (3)
208byte[] binaryForm = new byte[BinaryLength]; 274if ( binaryForm.Length - offset < BinaryLength ) 294int length = BinaryLength;
System.Runtime.Remoting (1)
channels\ipc\ipcport.cs (1)
82sd = new byte[securityDescriptor.BinaryLength];
System.ServiceModel (3)
System\ServiceModel\Activation\Utility.cs (1)
272lpnLengthNeeded = securityDescriptor.BinaryLength;
System\ServiceModel\Channels\PipeConnection.cs (1)
2464byte[] binarySecurityDescriptor = new byte[securityDescriptor.BinaryLength];
System\ServiceModel\ComIntegration\ComPlusAuthorization.cs (1)
300byte[] BinaryForm = new byte[securityDescriptor.BinaryLength];
System.Workflow.Runtime (3)
DebugEngine\DebugController.cs (3)
199sdBytes = new byte[rawSecurityDescriptor.BinaryLength]; 202securityDescriptorPtr = Marshal.AllocCoTaskMem(rawSecurityDescriptor.BinaryLength); 203Marshal.Copy(sdBytes, 0, securityDescriptorPtr, rawSecurityDescriptor.BinaryLength);
WsatConfig (1)
Configuration\ClusterRegistryConfigurationProvider.cs (1)
354int dsNewSecDescSize = securityDescriptor.BinaryLength;
WsatUI (1)
Configuration\ClusterRegistryConfigurationProvider.cs (1)
354int dsNewSecDescSize = securityDescriptor.BinaryLength;