Click or drag to resize

DtlsCertificate Properties

The DtlsCertificate 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 Certificate<TCertificate, TFingerprint>.)
Public propertyStatic memberDefaultKeyType
Gets or sets the default asymmetric key type (ECDSA).
Public propertyEffectiveDate
Gets the effective date.
(Inherited from Certificate<TCertificate, TFingerprint>.)
Public propertyExpirationDate
Gets the expiration date.
(Inherited from Certificate<TCertificate, TFingerprint>.)
Public propertyId
Gets or sets the identifier.
(Inherited from Certificate<TCertificate, TFingerprint>.)
Public propertyIsExpired
Gets whether the certificate is expired.
(Inherited from Certificate<TCertificate, TFingerprint>.)
Public propertyIsExpiring
Gets whether the certificate is expiring within 24 hours.
(Inherited from Certificate<TCertificate, TFingerprint>.)
Public propertyIssuerName
Gets the name of the issuer.
(Inherited from Certificate<TCertificate, TFingerprint>.)
Public propertyKey
Gets or sets the asymmetric key.
(Inherited from Certificate<TCertificate, TFingerprint>.)
Public propertySubjectName
Gets the name of the subject.
(Inherited from Certificate<TCertificate, TFingerprint>.)
Top
See Also