GIAC
GSSP-NET · Question #445
You work as a Software Developer for ABC Inc. The company uses Visual Studio.NET as its application development platform. You create an application using .NET Framework. You need to establish a…
The correct answer is B. SslStream.IsMutuallyAuthenticated. See the full explanation below for the reasoning.
Question
You work as a Software Developer for ABC Inc. The company uses Visual Studio.NET as its application development platform. You create an application using .NET Framework. You need to establish a Secure Sockets Layer (SSL) session with a remote server. The security policy of the company requires that both the client and server to provide a valid certificate for authentication before communications begins. Which of the following properties of the SslStream class will you use to accomplish this task?
Options
- ASslStream.IsServer
- BSslStream.IsMutuallyAuthenticated
- CSslStream.IsAuthenticated
- DSslStream.IsSigned
- ESslStream.IsEncrypted
How the community answered
(17 responses)- A6% (1)
- B71% (12)
- C6% (1)
- E18% (3)
Community Discussion
No community discussion yet for this question.