CertificateTCertificate, TFingerprint Class |
Namespace: FM.IceLink
The CertificateTCertificate, TFingerprint type exposes the following members.
Name | Description | |
---|---|---|
CertificateTCertificate, TFingerprint |
Initializes a new instance of the CertificateTCertificate, TFingerprint class.
|
Name | Description | |
---|---|---|
AutoRegenerate |
Gets or sets whether the certificate's cryptography
data should be automatically regenerated when
it is about to expire. Defaults to true | |
EffectiveDate |
Gets the effective date.
| |
ExpirationDate |
Gets the expiration date.
| |
Id |
Gets or sets the identifier.
| |
IsExpired |
Gets whether the certificate is expired.
| |
IsExpiring |
Gets whether the certificate is expiring within 24 hours.
| |
IssuerName |
Gets the name of the issuer.
| |
Key |
Gets or sets the asymmetric key.
| |
SubjectName |
Gets the name of the subject.
|
Name | Description | |
---|---|---|
CalculateFingerprint |
Calculates a fingerprint for this certificate.
| |
Clone |
Clones this instance.
| |
CreateCertificate |
Creates a certificate.
| |
CreateFingerprint |
Creates a fingerprint.
| |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetBuffer |
Serializes this certificate to binary.
| |
GetBytes |
Serializes this certificate to binary.
| |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Regenerate |
Regenerates the certificate's cryptography data using an
expiration date of 10 days from now.
| |
Regenerate(DateTime) |
Regenerates the certificate's cryptography data using the
given expiration date.
| |
ToString | (Inherited from Object.) | |
ToX509Certificate2 |
Converts this instance into an X509Certificate2.
|