|
|
X509Certificate
|
The X509CertificateGenerator type exposes the following members.
| 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. |