The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
SslStream::IsMutuallyAuthenticated Property
.NET Framework (current version)
Gets a Boolean value that indicates whether both server and client have been authenticated.
Assembly: System (in System.dll)
Mutual authentication is specified by the server when the server wants the client to provide a certificate for authentication.
The following code example demonstrates displaying the value of this property.
.NET Framework
Available since 2.0
Available since 2.0
Show: