Edit

Share via


Authorization.MutuallyAuthenticated Property

Definition

Gets or sets a 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; false if client or server weren't authenticated or if authentication hasn't completed.

Applies to