CertStoreSpi.EngineGetCertificates(ICertSelector) 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 Certificates that
match the specified selector.
[Android.Runtime.Register("engineGetCertificates", "(Ljava/security/cert/CertSelector;)Ljava/util/Collection;", "GetEngineGetCertificates_Ljava_security_cert_CertSelector_Handler")]
public abstract System.Collections.Generic.ICollection<Java.Security.Cert.Certificate>? EngineGetCertificates (Java.Security.Cert.ICertSelector? selector);
[<Android.Runtime.Register("engineGetCertificates", "(Ljava/security/cert/CertSelector;)Ljava/util/Collection;", "GetEngineGetCertificates_Ljava_security_cert_CertSelector_Handler")>]
abstract member EngineGetCertificates : Java.Security.Cert.ICertSelector -> System.Collections.Generic.ICollection<Java.Security.Cert.Certificate>
Parameters
- selector
- ICertSelector
A CertSelector used to select which
Certificates should be returned. Specify null
to return all Certificates (if supported).
Returns
A Collection of Certificates 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.