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
Insert Method
Inserts the certificate at the specified index.
Namespace:
MimeKit.Cryptography
Assembly:
MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
void
Insert
(
int
index
,
X509Certificate
certificate
)
Parameters
index
Int32
The index to insert the certificate.
certificate
X509Certificate
The certificate.
Implements
IList
T
Insert(Int32, T)
Exceptions
Exception
Condition
ArgumentNullException
certificate
is
null
.
ArgumentOutOfRangeException
index
is out of range.
Remarks
Inserts the certificate at the specified index in the certificates.
See Also
Reference
X509CertificateChain Class
MimeKit.Cryptography Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast