Javax.Net.Ssl.SSLSocket.WantClientAuth Property
Returns true if the server should 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 true if the server should request client authentication. This does not apply to sockets in SSLSocket.UseClientMode.

Set method documentation [Android Documentation]

Sets whether the server should request client authentication. Unlike SSLSocket.NeedClientAuth this won't stop the negotiation if the client doesn't authenticate. This does not apply to sockets in SSLSocket.UseClientMode.The client authentication is one of:

  • authentication required
  • authentication requested
  • no authentication needed
This method overrides the setting of SSLSocket.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