Language

SSLEngine.WantClientAuth Property

Definition

Returns whether this engine will request client authentication.

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

Property Value

true if this engine requests client authentication; otherwise, false.

Attributes

Remarks

Java documentation for javax.net.ssl.SSLEngine.getWantClientAuth().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to