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