3 references to Rc2
System.Messaging (3)
System\Messaging\DefaultPropertiesToSend.cs (1)
168[DefaultValueAttribute(EncryptionAlgorithm.Rc2), MessagingDescription(Res.MsgEncryptionAlgorithm)]
System\Messaging\Message.cs (1)
1001return EncryptionAlgorithm.Rc2;
System\Messaging\ValidationUtility.cs (1)
28(value == EncryptionAlgorithm.Rc2) ||