Example #1
0
 public List <SSLCertificate> GetCertificatesForSite(int siteId)
 {
     return(WebServerController.GetCertificatesForSite(siteId));
 }