6 references to MESSAGE_PROPID_SIGNATURE
System.Messaging (6)
System\Messaging\Message.cs (6)
192
properties.SetUI1Vector(NativeMethods.
MESSAGE_PROPID_SIGNATURE
, new byte[DefaultDigitalSignatureSize]);
959
Array.Copy(properties.GetUI1Vector(NativeMethods.
MESSAGE_PROPID_SIGNATURE
), bytes, bytes.Length);
971
properties.Remove(NativeMethods.
MESSAGE_PROPID_SIGNATURE
);
979
properties.SetUI1Vector(NativeMethods.
MESSAGE_PROPID_SIGNATURE
, value);
2170
properties.SetUI1Vector(NativeMethods.
MESSAGE_PROPID_SIGNATURE
, new byte[size]);
2310
this.properties.Ghost(NativeMethods.
MESSAGE_PROPID_SIGNATURE
);