MailKit Documentation
MailKit Documentation
API Reference
MimeKit.Cryptography
X509CertificateChain Class
X509CertificateChain Properties
Count Property
IsReadOnly Property
Item Property
X509Certificate
Chain
Count Property
Gets the number of certificates in the chain.
Namespace:
MimeKit.Cryptography
Assembly:
MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
int
Count
{
get
; }
Property Value
Int32
The number of certificates.
Implements
ICollection
T
Count
Remarks
Indicates the number of certificates in the chain.
See Also
Reference
X509CertificateChain Class
MimeKit.Cryptography Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast