Java.Security.Cert.CertStore.GetCertificates Method
Returns the list of Certificates for the specified CertSelector from this certificate store.

Syntax

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

Parameters

selector
the selector containing the criteria to search for certificates in this certificate store.

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 certificate store.

[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