Click or drag to resize

TlsCertificate Properties

The TlsCertificate type exposes the following members.

Properties
  NameDescription
Public propertyAutoRegenerate
Gets or sets whether the certificate's cryptography data should be automatically regenerated when it is about to expire. Defaults to
true
.
(Inherited from CertificateTCertificate, TFingerprint.)
Public propertyStatic memberDefaultKeyType
Gets or sets the default asymmetric key type (RSA).
Public propertyEffectiveDate
Gets the effective date.
(Inherited from CertificateTCertificate, TFingerprint.)
Public propertyExpirationDate
Gets the expiration date.
(Inherited from CertificateTCertificate, TFingerprint.)
Public propertyId
Gets or sets the identifier.
(Inherited from CertificateTCertificate, TFingerprint.)
Public propertyIsExpired
Gets whether the certificate is expired.
(Inherited from CertificateTCertificate, TFingerprint.)
Public propertyIsExpiring
Gets whether the certificate is expiring within 24 hours.
(Inherited from CertificateTCertificate, TFingerprint.)
Public propertyIssuerName
Gets the name of the issuer.
(Inherited from CertificateTCertificate, TFingerprint.)
Public propertyKey
Gets or sets the asymmetric key.
(Inherited from CertificateTCertificate, TFingerprint.)
Public propertySubjectName
Gets the name of the subject.
(Inherited from CertificateTCertificate, TFingerprint.)
Top
See Also