Authorization.MutuallyAuthenticated Property

Definition

Gets or sets a Boolean value that indicates whether mutual authentication occurred.

public:
 property bool MutuallyAuthenticated { bool get(); void set(bool value); };
public bool MutuallyAuthenticated { get; set; }
member this.MutuallyAuthenticated : bool with get, set
Public Property MutuallyAuthenticated As Boolean

Property Value

true if both client and server were authenticated; otherwise, false.

Remarks

This property returns false if the authentication has not completed.

Applies to