System.Net.Security.SslStream.IsMutuallyAuthenticated Property

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

Syntax

public override bool IsMutuallyAuthenticated { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Mutual authentication is specified by the server when the server wants the client to provide a certificate for authentication.

Requirements

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