7 references to MESSAGE_PROPID_DEST_SYMM_KEY
System.Messaging (7)
System\Messaging\Message.cs (7)
231
properties.SetUI1Vector(NativeMethods.
MESSAGE_PROPID_DEST_SYMM_KEY
, new byte[DefaultSymmetricKeySize]);
910
Array.Copy(properties.GetUI1Vector(NativeMethods.
MESSAGE_PROPID_DEST_SYMM_KEY
), bytes, bytes.Length);
923
properties.Remove(NativeMethods.
MESSAGE_PROPID_DEST_SYMM_KEY
);
929
properties.SetUI1Vector(NativeMethods.
MESSAGE_PROPID_DEST_SYMM_KEY
, value);
2163
properties.SetUI1Vector(NativeMethods.
MESSAGE_PROPID_DEST_SYMM_KEY
, new byte[size]);
2255
this.properties.AdjustSize(NativeMethods.
MESSAGE_PROPID_DEST_SYMM_KEY
,
2318
this.properties.Ghost(NativeMethods.
MESSAGE_PROPID_DEST_SYMM_KEY
);