Java.Security.Cert.CertStoreSpi.EngineGetCertificates Method
Returns the list of Certificates for the specified CertSelector from this instance.

Syntax

[Android.Runtime.Register("engineGetCertificates", "(Ljava/security/cert/CertSelector;)Ljava/util/Collection;", "GetEngineGetCertificates_Ljava_security_cert_CertSelector_Handler")]
public abstract ICollection<Certificate> EngineGetCertificates (ICertSelector selector)

Parameters

selector
the selector containing the criteria to search for certificates in this instance.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Security.Cert.CertStoreExceptionif error(s) occur.

Remarks

Returns the list of Certificates for the specified CertSelector from this instance.

[Android Documentation]

Requirements

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