X509Certificate
|
The X509CertificateGenerator type exposes the following members.
Name | Description | |
---|---|---|
X509CertificateGenerator | Used to generate an X509Certificate. |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
Generate | Generate a new X509Certificate using the passed in SignatureCalculator. | |
GenerateFile | Generates a PFX file using the supplied password. | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
ToString | Returns a string that represents the current object. (Inherited from Object) |
Name | Description | |
---|---|---|
CipherEngine | The cipher engine to use. | |
Issuer | The issuer name. Do not include CN=. Defaults to a GUID Hexstring. | |
KeySize | The key size to generate. | |
NotAfter | Defaults to 10 years after then effective date. | |
NotBefore | The effective date. Defaults to the first day of the calendar year. (Unless it's before Jan 7, in that case, it's Jan 1 of the prior year) | |
SerialNumber | A positive serial number to use for the certificate. | |
SignatureBits | The number of bits of the hash method used to sign the certificate. | |
Subject | The subject name. Do not include CN=. Defaults to a GUID Hexstring. |
Name | Description | |
---|---|---|
GetEnumValueOrDefault |
Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions) | |
GetEnumValueOrDefaultT |
Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions) |