GenerateCertificate Class

Generates X509Certificate2s.

Definition

Namespace: SnapDB.Security
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public static class GenerateCertificate
Inheritance
Object    GenerateCertificate

Methods

CreateSelfSignedCertificate(String, Int32, Int32) Creates a self signed certificate that can be used in SSL communications.
CreateSelfSignedCertificate(String, DateTime, DateTime, Int32, Int32, String, String) Creates new certificate with the specified attributes and saves it to a file.
OpenCertificate Opens a certificate, loading the private key of the PFX file.

See Also