Click or drag to resize
MimeKit

X509CertificateChainCount Property

Gets the number of certificates in the chain.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public int Count { get; }

Property Value

Int32
The number of certificates.

Implements

ICollectionTCount
Remarks
Indicates the number of certificates in the chain.
See Also