Click or drag to resize

CertificateTCertificate, TFingerprint Methods

The CertificateTCertificate, TFingerprint generic type exposes the following members.

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