7 references to MESSAGE_PROPID_SIGNATURE_LEN
System.Messaging (7)
System\Messaging\Message.cs (7)
193
properties.SetUI4(NativeMethods.
MESSAGE_PROPID_SIGNATURE_LEN
, DefaultDigitalSignatureSize);
958
byte[] bytes = new byte[properties.GetUI4(NativeMethods.
MESSAGE_PROPID_SIGNATURE_LEN
)];
972
properties.Remove(NativeMethods.
MESSAGE_PROPID_SIGNATURE_LEN
);
980
properties.SetUI4(NativeMethods.
MESSAGE_PROPID_SIGNATURE_LEN
, value.Length);
2168
int size = properties.GetUI4(NativeMethods.
MESSAGE_PROPID_SIGNATURE_LEN
);
2308
if (properties.GetUI4(NativeMethods.
MESSAGE_PROPID_SIGNATURE_LEN
) == 0)
2311
this.properties.Ghost(NativeMethods.
MESSAGE_PROPID_SIGNATURE_LEN
);