Javax.Net.Ssl.SSLSocket.NeedClientAuth Property
Returns true if the server socket should require client authentication.

Syntax

[get: Android.Runtime.Register("getNeedClientAuth", "()Z", "GetGetNeedClientAuthHandler")]
[set: Android.Runtime.Register("setNeedClientAuth", "(Z)V", "GetSetNeedClientAuth_ZHandler")]
public abstract bool NeedClientAuth { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns true if the server socket should require client authentication. This does not apply to sockets in SSLSocket.UseClientMode.

Set method documentation [Android Documentation]

Sets whether the server should require client authentication. This does not apply to sockets in SSLSocket.UseClientMode. Client authentication is one of the following:

  • authentication required
  • authentication requested
  • no authentication needed
This method overrides the setting of SSLSocket.WantClientAuth.

Requirements

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