ICRLSelector.Match(CRL) Method

Definition

Decides whether a CRL should be selected.

[Android.Runtime.Register("match", "(Ljava/security/cert/CRL;)Z", "GetMatch_Ljava_security_cert_CRL_Handler:Java.Security.Cert.ICRLSelectorInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public bool Match (Java.Security.Cert.CRL? crl);
[<Android.Runtime.Register("match", "(Ljava/security/cert/CRL;)Z", "GetMatch_Ljava_security_cert_CRL_Handler:Java.Security.Cert.ICRLSelectorInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member Match : Java.Security.Cert.CRL -> bool

Parameters

crl
CRL

the CRL to be checked

Returns

true if the CRL should be selected, false otherwise

Attributes

Remarks

Decides whether a CRL should be selected.

Java documentation for java.security.cert.CRLSelector.match(java.security.cert.CRL).

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