8 references to MESSAGE_PROPID_DEST_SYMM_KEY_LEN
System.Messaging (8)
System\Messaging\Message.cs (8)
232
properties.SetUI4(NativeMethods.
MESSAGE_PROPID_DEST_SYMM_KEY_LEN
, DefaultSymmetricKeySize);
909
byte[] bytes = new byte[properties.GetUI4(NativeMethods.
MESSAGE_PROPID_DEST_SYMM_KEY_LEN
)];
924
properties.Remove(NativeMethods.
MESSAGE_PROPID_DEST_SYMM_KEY_LEN
);
930
properties.SetUI4(NativeMethods.
MESSAGE_PROPID_DEST_SYMM_KEY_LEN
, value.Length);
2161
int size = properties.GetUI4(NativeMethods.
MESSAGE_PROPID_DEST_SYMM_KEY_LEN
);
2256
this.properties.GetUI4(NativeMethods.
MESSAGE_PROPID_DEST_SYMM_KEY_LEN
));
2316
if (properties.GetUI4(NativeMethods.
MESSAGE_PROPID_DEST_SYMM_KEY_LEN
) == 0)
2319
this.properties.Ghost(NativeMethods.
MESSAGE_PROPID_DEST_SYMM_KEY_LEN
);