System.Net.Security.AuthenticatedStream.IsMutuallyAuthenticated Property

Gets a bool value that indicates whether both server and client have been authenticated.

Syntax

public abstract bool IsMutuallyAuthenticated { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Not all security protocols support mutual authentication. To determine whether mutual authentication is supported by the security protocol implemented in a class that inherits from System.Net.Security.AuthenticatedStream, check the class documentation.

Requirements

Namespace: System.Net.Security
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0