5 references to SYMMETRIC_KEY
System.Messaging (5)
System\Messaging\Message.cs (1)
229
if (0 != (data & MessagePropertyFilter.
SYMMETRIC_KEY
))
System\Messaging\MessagePropertyFilter.cs (4)
462
return ((data2 &
SYMMETRIC_KEY
) != 0);
467
data2 = value ? data2 |
SYMMETRIC_KEY
: data2 & ~
SYMMETRIC_KEY
;
1144
SYMMETRIC_KEY
|