using System.Security.Cryptography.X509Certificates; namespace CommonResources; public static class Resources { public static X509Certificate2 GetServerCertificate() { return new X509Certificate2("../CommonResources/ssl/ssl-rsa.pfx", "auto"); } }