nerdexam
GIAC

GSSP-.NET · Question #444

(Topic 4) 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 be encrypted. You want to…

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

Question

  • (Topic 4)

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 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
  • CSet the EncryptionAlgorithm property to a value from the EncryptionAlgorithm
  • DSet the UseEncryption property to true on the message.

How the community answered

(61 responses)
  • A
    11% (7)
  • B
    3% (2)
  • C
    3% (2)
  • D
    82% (50)

Community Discussion

No community discussion yet for this question.

Full GSSP-.NET Practice