Javax.Net.Ssl.SSLParameters.WantClientAuth Property
Returns true if a server optionally wants to authenticate a client during handshaking.

Syntax

[get: Android.Runtime.Register("getWantClientAuth", "()Z", "GetGetWantClientAuthHandler")]
[set: Android.Runtime.Register("setWantClientAuth", "(Z)V", "GetSetWantClientAuth_ZHandler")]
public virtual bool WantClientAuth { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns true if a server optionally wants to authenticate a client during handshaking. If this returns true, SSLParameters.NeedClientAuth will return false.

Set method documentation [Android Documentation]

Sets whether or not to a server wants client authentication. After calling this, #getNeedClientAuth() will return false.

Requirements

Namespace: Javax.Net.Ssl
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 9