AuthenticatedStream.IsAuthenticated Property

 

Gets a Boolean value that indicates whether authentication was successful.

Namespace:   System.Net.Security
Assembly:  System (in System.dll)

Public MustOverride ReadOnly Property IsAuthenticated As Boolean

Property Value

Type: System.Boolean

true if successful authentication occurred; otherwise, false.

The methods called to perform authentication are defined in the classes that inherit from AuthenticatedStream.

The following code example demonstrates displaying the value of this property.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: