Example #1
0
 public byte[] ExportCertificate(int siteId, string serialNumber, string password)
 {
     return(WebServerController.ExportCertificate(siteId, serialNumber, password));
 }