Click or drag to resize

X509CertificateBuilder Properties

The X509CertificateBuilder type exposes the following members.

Properties
  NameDescription
Public propertyAlternateSignatureFormat
Gets or sets a value that indicates whether PKCS#1 v2.1 is used.
Public propertyExtensions
Gets a collection of user-supplied extensions to include in certificate.
Public propertyFriendlyName
Gets or sets a friend name for certificate.
Public propertyHashingAlgorithm
Gets or sets hashing algorithm used to sign the certificate. Default value is SHA256.
Public propertyNotAfter
Gets or sets the date in local time after which a certificate is no longer valid. This value cannot be earlier than NotBefore value. If external signer is used, this value cannot exceed NotAfter value of the signer certificate.
Public propertyNotBefore
Gets or sets the date in local time on which a certificate becomes valid. Default value is current date and time. If external signer is used, this value cannot be less than NotBefore value of the signer certificate.
Public propertyPrivateKeyInfo
Gets an asymmetric key pair generator. Use this property to configure asymmetric key generation options.
Public propertySerialNumber
Gets or sets a serial number. Input string must consist of hex characters only.
Public propertySubjectName
Gets or sets subject of the certificate. If this is self-signed certificate, subject will be copied to issuer field.
Public propertyVersion
Gets the version of X.509 certificate. This class creates only version 3 certificates.
Top
See Also