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: