Click or drag to resize
MimeKit

X509CertificateChainGetEnumerator Method

Gets an enumerator for the list of certificates.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public IEnumerator<X509Certificate> GetEnumerator()

Return Value

IEnumeratorX509Certificate
The enumerator.

Implements

IEnumerableTGetEnumerator
Remarks
Gets an enumerator for the list of certificates.
See Also