4 references to MESSAGE_PROPID_ENCRYPTION_ALG
System.Messaging (4)
System\Messaging\Message.cs (4)
196
properties.SetUI4(NativeMethods.
MESSAGE_PROPID_ENCRYPTION_ALG
, 0);
1006
return (EncryptionAlgorithm)properties.GetUI4(NativeMethods.
MESSAGE_PROPID_ENCRYPTION_ALG
);
1020
properties.SetUI4(NativeMethods.
MESSAGE_PROPID_ENCRYPTION_ALG
, (int)value);
2304
this.properties.Ghost(NativeMethods.
MESSAGE_PROPID_ENCRYPTION_ALG
);