Javax.Net.Ssl.SSLParameters.NeedClientAuth Property
Returns true if a server requires authentication from a client during handshaking.

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns true if a server requires authentication from a client during handshaking. If this returns true, SSLParameters.WantClientAuth will return false.

Set method documentation [Android Documentation]

Sets whether or not to a server needs client authentication. After calling this, #getWantClientAuth() 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