Java.Security.Cert.X509CRLSelector.CertificateChecking Property
Returns the certificate hint to find CRLs.

Syntax

[get: Android.Runtime.Register("getCertificateChecking", "()Ljava/security/cert/X509Certificate;", "GetGetCertificateCheckingHandler")]
[set: Android.Runtime.Register("setCertificateChecking", "(Ljava/security/cert/X509Certificate;)V", "GetSetCertificateChecking_Ljava_security_cert_X509Certificate_Handler")]
public virtual X509Certificate CertificateChecking { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the certificate hint to find CRLs. It's not a criterion but may help finding relevant CRLs.

Set method documentation [Android Documentation]

Sets a certificate hint to find CRLs. It's not a criterion but may help finding relevant CRLs.

Requirements

Namespace: Java.Security.Cert
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1