CertStoreSpi.EngineGetCRLs(ICRLSelector) 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.
Returns a Collection of CRLs that
match the specified selector.
[Android.Runtime.Register("engineGetCRLs", "(Ljava/security/cert/CRLSelector;)Ljava/util/Collection;", "GetEngineGetCRLs_Ljava_security_cert_CRLSelector_Handler")]
public abstract System.Collections.Generic.ICollection<Java.Security.Cert.CRL>? EngineGetCRLs (Java.Security.Cert.ICRLSelector? selector);
[<Android.Runtime.Register("engineGetCRLs", "(Ljava/security/cert/CRLSelector;)Ljava/util/Collection;", "GetEngineGetCRLs_Ljava_security_cert_CRLSelector_Handler")>]
abstract member EngineGetCRLs : Java.Security.Cert.ICRLSelector -> System.Collections.Generic.ICollection<Java.Security.Cert.CRL>
Parameters
- selector
- ICRLSelector
A CRLSelector used to select which
CRLs should be returned. Specify null
to return all CRLs (if supported).
Returns
A Collection of CRLs that
match the specified selector (never null)
- Attributes
Exceptions
if error(s) occur.
Remarks
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.