Click or drag to resize
MimeKit

X509CertificateRecord Properties

The X509CertificateRecord type exposes the following members.

Properties
 NameDescription
Public propertyAlgorithms Gets or sets the encryption algorithm capabilities.
Public propertyAlgorithmsUpdated Gets or sets the date when the algorithms were last updated.
Public propertyBasicConstraints Gets the basic constraints of the certificate.
Public propertyCertificate Gets the certificate.
Public propertyFingerprint Gets the fingerprint of the certificate.
Public propertyId Gets the identifier.
Public propertyIsAnchor Gets whether or not the certificate is an anchor.
Public propertyIssuerName Gets the certificate's issuer name.
Public propertyIsTrusted Gets or sets a value indicating whether the certificate is trusted.
Public propertyKeyUsage Gets the key usage flags for the certificate.
Public propertyNotAfter Gets the end date and time where the certificate is valid.
Public propertyNotBefore Gets the starting date and time where the certificate is valid.
Public propertyPrivateKey Gets the private key.
Public propertySerialNumber Gets the serial number of the certificate.
Public propertySubjectEmail Gets the subject email address.
Public propertySubjectKeyIdentifier Gets the certificate's subject key identifier.
Public propertySubjectName Gets the certificate's subject name.
Top
See Also