Posted by: Pdfprep
Post Date: January 30, 2021
You work as a Software Developer for ABC Inc. The company uses Visual Studio.NET 2005 as its application development platform. You create a message queue named SecureQ using .NET Framework. The message queue requires each incoming message to be encrypted. You want to ensure that a message can be sent to SecureQ without an exception being thrown.
What will you do to accomplish this task?
A . Use the CryptoStream class to encrypt the Body property on the message.
B . Set the HashAlgorithm property to a value from the HashAlgorithm enumeration on the me ssage.
C . Set the EncryptionAlgorithm property to a value from the EncryptionAlgorithm enumeration on the message.
D . Set the UseEncryption property to true on the message.
Answer: D