3 references to MESSAGE_PROPID_SECURITY_CONTEXT
System.Messaging (3)
System\Messaging\Message.cs (3)
1479
IntPtr handle = (IntPtr)(int)properties.GetUI4(NativeMethods.
MESSAGE_PROPID_SECURITY_CONTEXT
);
1488
properties.Remove(NativeMethods.
MESSAGE_PROPID_SECURITY_CONTEXT
);
1495
properties.SetUI4(NativeMethods.
MESSAGE_PROPID_SECURITY_CONTEXT
, handle);