3 references to MESSAGE_PROPID_HASH_ALG
System.Messaging (3)
System\Messaging\Message.cs (3)
208
properties.SetUI4(NativeMethods.
MESSAGE_PROPID_HASH_ALG
, 0);
1126
return (HashAlgorithm)properties.GetUI4(NativeMethods.
MESSAGE_PROPID_HASH_ALG
);
1141
properties.SetUI4(NativeMethods.
MESSAGE_PROPID_HASH_ALG
, (int)value);