7 references to MESSAGE_PROPID_DEST_SYMM_KEY
System.Messaging (7)
System\Messaging\Message.cs (7)
231properties.SetUI1Vector(NativeMethods.MESSAGE_PROPID_DEST_SYMM_KEY, new byte[DefaultSymmetricKeySize]); 910Array.Copy(properties.GetUI1Vector(NativeMethods.MESSAGE_PROPID_DEST_SYMM_KEY), bytes, bytes.Length); 923properties.Remove(NativeMethods.MESSAGE_PROPID_DEST_SYMM_KEY); 929properties.SetUI1Vector(NativeMethods.MESSAGE_PROPID_DEST_SYMM_KEY, value); 2163properties.SetUI1Vector(NativeMethods.MESSAGE_PROPID_DEST_SYMM_KEY, new byte[size]); 2255this.properties.AdjustSize(NativeMethods.MESSAGE_PROPID_DEST_SYMM_KEY, 2318this.properties.Ghost(NativeMethods.MESSAGE_PROPID_DEST_SYMM_KEY);