| X509CertificateStoreCertificates Property |
Enumerates the certificates currently in the store.
Namespace: MimeKit.CryptographyAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public IEnumerable<X509Certificate> Certificates { get; }
Property Value
IEnumerableX509CertificateThe certificates.
Remarks
Enumerates the certificates currently in the store.
See Also