TlsCertificateGenerateCertificate Method |
Name | Description | |
---|---|---|
GenerateCertificate |
Generates a certificate with a default issuer/subject name and
an expiration date of 10 days from now.
| |
GenerateCertificate(String) |
Generates a certificate with the given issuer/subject name and an
expiration date of 10 days from now.
| |
GenerateCertificate(AsymmetricKey) |
Generates a certificate with a default issuer/subject name and
an expiration date of 10 days from now.
| |
GenerateCertificate(AsymmetricKeyType) |
Generates a certificate with a default issuer/subject name and
an expiration date of 10 days from now.
| |
GenerateCertificate(String, AsymmetricKey) |
Generates a certificate with the given issuer/subject name and an
expiration date of 10 days from now.
| |
GenerateCertificate(String, AsymmetricKeyType) |
Generates a certificate with the given issuer/subject name and an
expiration date of 10 days from now.
| |
GenerateCertificate(String, String) |
Generates a certificate with the given issuer name, subject name, and
an expiration date of 10 days from now.
| |
GenerateCertificate(String, String, AsymmetricKey) |
Generates a certificate with the given issuer name, subject name, and
an expiration date of 10 days from now.
| |
GenerateCertificate(String, String, AsymmetricKeyType) |
Generates a certificate with the given issuer name, subject name, and
an expiration date of 10 days from now.
| |
GenerateCertificate(String, String, DateTime) |
Generates a certificate with the given issuer name, subject name, and expiration date.
| |
GenerateCertificate(String, String, DateTime, AsymmetricKey) |
Generates a certificate with the given issuer name, subject name, expiration date, and asymmetric key.
| |
GenerateCertificate(String, String, DateTime, AsymmetricKeyType) |
Generates a certificate with the given issuer name, subject name, expiration date, and asymmetric key.
|