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