Javax.Net.Ssl.SSLEngine.WantClientAuth Property
Returns whether this engine will request client authentication.

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns whether this engine will request client authentication.

Set method documentation [Android Documentation]

Sets whether this engine should request client authentication. The client authentication is one of the following:

  • authentication required
  • authentication requested
  • no authentication needed
This method overrides the setting of SSLEngine.NeedClientAuth.

Requirements

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