Holds the different settings for the self-signed certificate generation process.
The following tables list the members exposed by the CertificateSettings type.
Public Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
Public Constructors
Name | Description | |
---|---|---|
CertificateSettingsNew |
Initializes a new version of the CertificateSettings class.
|
Public Properties
Name | Description | |
---|---|---|
EndDate |
Gets or sets a value that represents the end date of the certificate.
| |
Extensions |
Gets a collection of X509 extensions.
| |
ReferencePrivateKey |
Gets or sets a value that indicates whether the certificate must reference its private key.
| |
SignCertificate |
Gets or sets a value that indicates whether the certificate should be signed.
| |
StartDate |
Gets or sets a value that represents the start date of the certificate.
|