This commit is contained in:
Virtuworks 2015-02-25 20:39:31 -05:00
commit 2b1a67a135
16 changed files with 505 additions and 25 deletions

View file

@ -325,5 +325,11 @@ namespace WebsitePanel.EnterpriseServer
{
return RemoteDesktopServicesController.SaveRdsCollectionLocalAdmins(users, collectionId);
}
[WebMethod]
public ResultObject InstallSessionHostsCertificate(int collectionId, byte[] certificate, string password)
{
return RemoteDesktopServicesController.InstallSessionHostsCertificate(collectionId, certificate, password);
}
}
}