⟩ You create a .NET Remoting object named EXPatientinfo that exposes medical patientinformation.Because of the confidential nature of the information, you must ensure that the data remainssecure.You want client applications to connect to EXPatientinfo over a secure communication channel.You want to accomplish this task by writing the minimum amount of code.What should you do?A. Create your own host application and use a TcpChannel and BinaryFormatter.B. Create your own host application and use an HttpChannel and a SoapFormatter.C. Install EXPatientinfo in an Internet Information Services (IIS) virtual directory.Configure EXPatientinfo to use a TcpChannel and a BinaryFormatter.Configure IIS to use SSL.D. Install EXPatientinfo in an Internet Information Services (IIS) virtual directory.Configure EXPatientinfo to use an HttpChannel and a SoapFormatter.Configure IIS to use SSL.
D. Install EXPatientinfo in an Internet Information Services (IIS) virtual directory.
Configure EXPatientinfo to use an HttpChannel and a SoapFormatter.
Configure IIS to use SSL.