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::IsAuthenticated Property
.NET Framework (current version)
Gets a Boolean value that indicates whether authentication was successful.
Assembly: System (in System.dll)
Clients authenticate by calling the AuthenticateAsClient or BeginAuthenticateAsClient methods. Servers authenticate by calling the AuthenticateAsServer or BeginAuthenticateAsServer methods.
The following code example demonstrates displaying the value of this property.
.NET Framework
Available since 2.0
Available since 2.0
Show: