ICertSelector.Match(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.
Decides whether a Certificate should be selected.
[Android.Runtime.Register("match", "(Ljava/security/cert/Certificate;)Z", "GetMatch_Ljava_security_cert_Certificate_Handler:Java.Security.Cert.ICertSelectorInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public bool Match(Java.Security.Cert.Certificate? cert);
[<Android.Runtime.Register("match", "(Ljava/security/cert/Certificate;)Z", "GetMatch_Ljava_security_cert_Certificate_Handler:Java.Security.Cert.ICertSelectorInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member Match : Java.Security.Cert.Certificate -> bool
Parameters
- cert
- Certificate
the Certificate to be checked
Returns
true if the Certificate
should be selected, false otherwise
- Attributes
Remarks
Decides whether a Certificate should be selected.
Java documentation for java.security.cert.CertSelector.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.