Click or drag to resize

TlsCertificateGenerateCertificate Method

Overload List
  NameDescription
Public methodStatic memberGenerateCertificate
Generates a certificate with a default issuer/subject name and an expiration date of 10 days from now.
Public methodStatic memberGenerateCertificate(String)
Generates a certificate with the given issuer/subject name and an expiration date of 10 days from now.
Public methodStatic memberGenerateCertificate(AsymmetricKey)
Generates a certificate with a default issuer/subject name and an expiration date of 10 days from now.
Public methodStatic memberGenerateCertificate(AsymmetricKeyType)
Generates a certificate with a default issuer/subject name and an expiration date of 10 days from now.
Public methodStatic memberGenerateCertificate(String, AsymmetricKey)
Generates a certificate with the given issuer/subject name and an expiration date of 10 days from now.
Public methodStatic memberGenerateCertificate(String, AsymmetricKeyType)
Generates a certificate with the given issuer/subject name and an expiration date of 10 days from now.
Public methodStatic memberGenerateCertificate(String, String)
Generates a certificate with the given issuer name, subject name, and an expiration date of 10 days from now.
Public methodStatic memberGenerateCertificate(String, String, AsymmetricKey)
Generates a certificate with the given issuer name, subject name, and an expiration date of 10 days from now.
Public methodStatic memberGenerateCertificate(String, String, AsymmetricKeyType)
Generates a certificate with the given issuer name, subject name, and an expiration date of 10 days from now.
Public methodStatic memberGenerateCertificate(String, String, DateTime)
Generates a certificate with the given issuer name, subject name, and expiration date.
Public methodStatic memberGenerateCertificate(String, String, DateTime, AsymmetricKey)
Generates a certificate with the given issuer name, subject name, expiration date, and asymmetric key.
Public methodStatic memberGenerateCertificate(String, String, DateTime, AsymmetricKeyType)
Generates a certificate with the given issuer name, subject name, expiration date, and asymmetric key.
Top
See Also