ClientCertRequest.Proceed(IPrivateKey, X509Certificate[]) Method

Definition

Proceed with the specified private key and client certificate chain.

[Android.Runtime.Register("proceed", "(Ljava/security/PrivateKey;[Ljava/security/cert/X509Certificate;)V", "GetProceed_Ljava_security_PrivateKey_arrayLjava_security_cert_X509Certificate_Handler")]
public abstract void Proceed (Java.Security.IPrivateKey? privateKey, Java.Security.Cert.X509Certificate[]? chain);
[<Android.Runtime.Register("proceed", "(Ljava/security/PrivateKey;[Ljava/security/cert/X509Certificate;)V", "GetProceed_Ljava_security_PrivateKey_arrayLjava_security_cert_X509Certificate_Handler")>]
abstract member Proceed : Java.Security.IPrivateKey * Java.Security.Cert.X509Certificate[] -> unit

Parameters

privateKey
IPrivateKey
chain
X509Certificate[]
Attributes

Remarks

Proceed with the specified private key and client certificate chain. Remember the user's positive choice and use it for future requests.

Java documentation for android.webkit.ClientCertRequest.proceed(java.security.PrivateKey, java.security.cert.X509Certificate[]).

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