3 instantiations of SECURITY_ATTRIBUTES
System.ServiceModel (3)
System\ServiceModel\Activation\SharedMemory.cs (1)
35
UnsafeNativeMethods.SECURITY_ATTRIBUTES securityAttributes = new UnsafeNativeMethods.
SECURITY_ATTRIBUTES
();
System\ServiceModel\Channels\PipeConnection.cs (2)
2074
UnsafeNativeMethods.SECURITY_ATTRIBUTES securityAttributes = new UnsafeNativeMethods.
SECURITY_ATTRIBUTES
();
2554
UnsafeNativeMethods.SECURITY_ATTRIBUTES securityAttributes = new UnsafeNativeMethods.
SECURITY_ATTRIBUTES
();
6 references to SECURITY_ATTRIBUTES
System.ServiceModel (6)
System\ServiceModel\Activation\SharedMemory.cs (1)
35
UnsafeNativeMethods.
SECURITY_ATTRIBUTES
securityAttributes = new UnsafeNativeMethods.SECURITY_ATTRIBUTES();
System\ServiceModel\Channels\PipeConnection.cs (2)
2074
UnsafeNativeMethods.
SECURITY_ATTRIBUTES
securityAttributes = new UnsafeNativeMethods.SECURITY_ATTRIBUTES();
2554
UnsafeNativeMethods.
SECURITY_ATTRIBUTES
securityAttributes = new UnsafeNativeMethods.SECURITY_ATTRIBUTES();
System\ServiceModel\Channels\UnsafeNativeMethods.cs (3)
474
internal int nLength = Marshal.SizeOf(typeof(
SECURITY_ATTRIBUTES
));
528
SECURITY_ATTRIBUTES
securityAttributes,
546
SECURITY_ATTRIBUTES
securityAttributes