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
Copy
To Method
Copies all of the certificates in the chain to the specified array.
Namespace:
MimeKit.Cryptography
Assembly:
MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
void
CopyTo
(
X509Certificate
[]
array
,
int
arrayIndex
)
Parameters
array
X509Certificate
The array to copy the certificates to.
arrayIndex
Int32
The index into the array.
Implements
ICollection
T
CopyTo(
T
, Int32)
Exceptions
Exception
Condition
ArgumentNullException
array
is
null
.
ArgumentOutOfRangeException
arrayIndex
is out of range.
Remarks
Copies all of the certificates within the chain into the array, starting at the specified array index.
See Also
Reference
X509CertificateChain Class
MimeKit.Cryptography Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast