X509CertSelector.Match(Certificate) Method

Definition

Decides whether a Certificate should be selected.

[Android.Runtime.Register("match", "(Ljava/security/cert/Certificate;)Z", "GetMatch_Ljava_security_cert_Certificate_Handler")]
public virtual bool Match (Java.Security.Cert.Certificate? cert);
[<Android.Runtime.Register("match", "(Ljava/security/cert/Certificate;)Z", "GetMatch_Ljava_security_cert_Certificate_Handler")>]
abstract member Match : Java.Security.Cert.Certificate -> bool
override this.Match : Java.Security.Cert.Certificate -> bool

Parameters

cert
Certificate

the Certificate to be checked

Returns

true if the Certificate should be selected, false otherwise

Implements

Attributes

Remarks

Decides whether a Certificate should be selected.

Java documentation for java.security.cert.X509CertSelector.match(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.

Applies to