Java.Security.Cert.CertStore.GetCRLs Method
Returns the list of CRLs for the specified CRLSelector from this certificate store.

Syntax

[Android.Runtime.Register("getCRLs", "(Ljava/security/cert/CRLSelector;)Ljava/util/Collection;", "")]
public ICollection<CRL> GetCRLs (ICRLSelector selector)

Parameters

selector
the selector containing the criteria to search for certificate revocation lists in this 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 CRLs for the specified CRLSelector 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