Name | Description | |
---|---|---|
![]() | AddExtension | Add an extension to the certificate in addition to the default extensions. |
![]() | CreateSerialNumber | Create a new serial number and preserve it until the certificate is created. |
![]() | SetCAConstraint | Set the CA flag and the path length constraints of the certificate. |
![]() | SetHashAlgorithm | Set the hash algorithm to use for the signature. |
![]() | SetLifeTime | Overloaded. Set the lifetime of the certificate using Timespan. |
![]() | SetNotAfter | Set the certificate expiry date. |
![]() | SetNotBefore | Set the date when the certificate becomes valid. |
![]() | SetSerialNumber | Set the value of the serial number directly using a byte array. |
![]() | SetSerialNumberLength | Set the length of the serial number. |