public static class GenerateCertificatePublic NotInheritable Class GenerateCertificatepublic ref class GenerateCertificate abstract sealedSnapDB.Security.GenerateCertificate = function();
Type.createClass(
'SnapDB.Security.GenerateCertificate');| 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. |