ICertPathChecker.Check(Certificate) 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.
Performs the check(s) on the specified certificate using its internal state.
[Android.Runtime.Register("check", "(Ljava/security/cert/Certificate;)V", "GetCheck_Ljava_security_cert_Certificate_Handler:Java.Security.Cert.ICertPathCheckerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=24)]
public void Check (Java.Security.Cert.Certificate? cert);
[<Android.Runtime.Register("check", "(Ljava/security/cert/Certificate;)V", "GetCheck_Ljava_security_cert_Certificate_Handler:Java.Security.Cert.ICertPathCheckerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=24)>]
abstract member Check : Java.Security.Cert.Certificate -> unit
Parameters
- cert
- Certificate
the Certificate
to be checked
- Attributes
Remarks
Performs the check(s) on the specified certificate using its internal state. The certificates are presented in the order specified by the init
method.
Java documentation for java.security.cert.CertPathChecker.check(java.security.cert.Certificate)
.
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.