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