ClientCertRequest.Proceed(IPrivateKey, X509Certificate[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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.