nerdexam
GIAC

GSSP-NET · Question #483

You work as a Software Developer for ABC Inc. The company uses Visual Studio.NET 2005 as GIAC GSSP-.NET Exam its application development platform. You create a message queue named SecureQ using .NET…

The correct answer is D. Set the UseEncryption property to true on the message. See the full explanation below for the reasoning.

Question

You work as a Software Developer for ABC Inc. The company uses Visual Studio.NET 2005 as GIAC GSSP-.NET Exam 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?

Options

  • AUse the CryptoStream class to encrypt the Body property on the message.
  • BSet the HashAlgorithm property to a value from the HashAlgorithm enumeration on the me
  • CSet the EncryptionAlgorithm property to a value from the EncryptionAlgorithm enumeration
  • DSet the UseEncryption property to true on the message.

How the community answered

(42 responses)
  • A
    7% (3)
  • B
    12% (5)
  • C
    2% (1)
  • D
    79% (33)

Community Discussion

No community discussion yet for this question.

Full GSSP-NET Practice