Click or drag to resize

CertificateTCertificate, TFingerprint Class

A certificate to be used for secure communication.
Inheritance Hierarchy
SystemObject
  FM.IceLinkCertificateTCertificate, TFingerprint
    FM.IceLinkDtlsCertificate
    FM.IceLinkTlsCertificate

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The CertificateTCertificate, TFingerprint type exposes the following members.

Constructors
  NameDescription
Public methodCertificateTCertificate, TFingerprint
Initializes a new instance of the CertificateTCertificate, TFingerprint class.
Top
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
.
Public propertyEffectiveDate
Gets the effective date.
Public propertyExpirationDate
Gets the expiration date.
Public propertyId
Gets or sets the identifier.
Public propertyIsExpired
Gets whether the certificate is expired.
Public propertyIsExpiring
Gets whether the certificate is expiring within 24 hours.
Public propertyIssuerName
Gets the name of the issuer.
Public propertyKey
Gets or sets the asymmetric key.
Public propertySubjectName
Gets the name of the subject.
Top
Methods
  NameDescription
Public methodCalculateFingerprint
Calculates a fingerprint for this certificate.
Public methodClone
Clones this instance.
Protected methodCreateCertificate
Creates a certificate.
Protected methodCreateFingerprint
Creates a fingerprint.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetBuffer
Serializes this certificate to binary.
Public methodGetBytes
Serializes this certificate to binary.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRegenerate
Regenerates the certificate's cryptography data using an expiration date of 10 days from now.
Public methodRegenerate(DateTime)
Regenerates the certificate's cryptography data using the given expiration date.
Public methodToString (Inherited from Object.)
Public methodToX509Certificate2
Converts this instance into an X509Certificate2.
Top
See Also