CertificateInfo Class
Namespace: Rebex.Security.Cryptography.Pkcs
Assembly: Rebex.Common.dll (version 7.0.9147)
Contains information describing the certificate for the Certificate
Syntax
public class CertificateInfo
Inherited Members
Constructors
Name | Description |
---|---|
Certificate |
Creates an instance of Certificate |
Properties
Name | Description |
---|---|
Crl |
Gets the CRL distribution points collection. |
Effective |
Gets or sets the certificate effective date. |
Expiration |
Gets or sets the certificate expiration date. |
Extensions | Gets the certificate extensions collection. |
Mail |
Gets or sets the certificate owner's e-mail address. |
Signature |
Gets or sets the hash algorithm to be used to create the signature of the certificate. |
Subject | Gets or sets the certificate subject. |
Usage | Gets or sets the basic certificate usage. |
Methods
Name | Description |
---|---|
Get |
Sets alternative hostnames. |
Get |
Gets the extended certificate usage. |
Get |
Sets alternative hostnames. |
Get |
Gets the certificate serial number. |
Set |
Sets alternative hostnames. |
Set |
Sets the extended certificate usage. |
SetOtherNames(KeyValuePair<ObjectIdentifier, Byte[]>[]) | Sets other names (see https://tools.ietf.org/html/rfc5280#section-4.2.1.6 for details). |
Set |
Sets the certificate serial number. |
Set |
Sets the certificate serial number. |