A message queue named SecureQueue requires each incoming message to be encrypted.
You need to ensure that a message can be sent to the SecureQueue queue without an exception being thrown.
What should you do?
A.
Set the EncryptionAlgorithm property on the message to a value from the EncryptionAlgorithm enumeration.
B.
Set the UseEncryption property on the message to True.
C.
Set the HashAlgorithm property on the message to a value from the HashAlgorithm enumeration.
D.
Use the CryptoStream class to encrypt the Body property on the message.