MailKit Documentation
MailKit Documentation
API Reference
MimeKit.Cryptography
X509CertificateChain Class
X509CertificateChain Methods
Add Method
AddRange Method
Clear Method
Contains Method
CopyTo Method
GetEnumerator Method
GetMatches Method
IndexOf Method
Insert Method
Remove Method
RemoveAt Method
RemoveRange Method
X509Certificate
Chain
Get
Enumerator Method
Gets an enumerator for the list of certificates.
Namespace:
MimeKit.Cryptography
Assembly:
MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
IEnumerator
<
X509Certificate
>
GetEnumerator
()
Return Value
IEnumerator
X509Certificate
The enumerator.
Implements
IEnumerable
T
GetEnumerator
Remarks
Gets an enumerator for the list of certificates.
See Also
Reference
X509CertificateChain Class
MimeKit.Cryptography Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast