RDS Certificate fixes
This commit is contained in:
parent
c7823a993f
commit
f8de8a70d1
12 changed files with 270 additions and 102 deletions
|
@ -338,6 +338,12 @@ namespace WebsitePanel.EnterpriseServer
|
|||
return RemoteDesktopServicesController.GetRdsCertificateByServiceId(serviceId);
|
||||
}
|
||||
|
||||
[WebMethod]
|
||||
public RdsCertificate GetRdsCertificateByItemId(int itemId)
|
||||
{
|
||||
return RemoteDesktopServicesController.GetRdsCertificateByItemId(itemId);
|
||||
}
|
||||
|
||||
[WebMethod]
|
||||
public ResultObject AddRdsCertificate(RdsCertificate certificate)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue