Click or drag to resize
MimeKit

X509CertificateStoreCertificates Property

Enumerates the certificates currently in the store.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public IEnumerable<X509Certificate> Certificates { get; }

Property Value

IEnumerableX509Certificate
The certificates.
Remarks
Enumerates the certificates currently in the store.
See Also