Name | Description | |
---|---|---|
![]() ![]() | DefaultHashSize | The default hash size for RSA certificates in bits. |
![]() ![]() | DefaultKeySize | The default key size for RSA certificates in bits. |
![]() ![]() | DefaultLifeTime | The default lifetime of certificates in months. |
The following tables list the members exposed by CertificateFactory.
Name | Description | |
---|---|---|
![]() ![]() | DefaultHashSize | The default hash size for RSA certificates in bits. |
![]() ![]() | DefaultKeySize | The default key size for RSA certificates in bits. |
![]() ![]() | DefaultLifeTime | The default lifetime of certificates in months. |
Name | Description | |
---|---|---|
![]() ![]() | Create | Creates a certificate from a buffer with DER encoded certificate. |
![]() ![]() | CreateCertificate | Overloaded. Create a certificate for any use. |
![]() ![]() | CreateCertificateWithPEMPrivateKey | Create a X509Certificate2 with a private key by combining the certificate with a private key from a PEM stream |
![]() ![]() | CreateCertificateWithPrivateKey | Create a X509Certificate2 with a private key by combining the new certificate with a private key from an existing certificate |
![]() ![]() | CreateSigningRequest | Creates a certificate signing request from an existing certificate. |
![]() ![]() | Load | Loads the cached version of a certificate. |
![]() ![]() | RevokeCertificate | Overloaded. Revoke the certificate. The CRL number is increased by one and the new CRL is returned. |