Click or drag to resize

X509CertificateGenerator Fields

The X509CertificateGenerator type exposes the following members.

Fields
  Name Description
Public field CipherEngine The cipher engine to use.
Public field Issuer The issuer name. Do not include CN=. Defaults to a GUID Hexstring.
Public field KeySize The key size to generate.
Public field NotAfter Defaults to 10 years after then effective date.
Public field 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)
Public field SerialNumber A positive serial number to use for the certificate.
Public field SignatureBits The number of bits of the hash method used to sign the certificate.
Public field Subject The subject name. Do not include CN=. Defaults to a GUID Hexstring.
Top
See Also