Lingua

SSLEngine.NeedClientAuth Proprietà

Definizione

Restituisce un valore che indica se l'istanza del motore richiederà l'autenticazione client.

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

Valore della proprietà

true se questo motore richiede l'autenticazione client; in caso contrario, false.

Attributi

Commenti

per javax.net.ssl.SSLEngine.getNeedClientAuth().

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a