题目内容
You are creating an XML Web service named LegalService. This serviceexposes two Web methods named Send Message and ReceiveMessage.SendMessage is used to send highly confidential messages to its customers. ReceiveMessage is used to receive highly confidential messages from its customers and to process these messages for future use.You need to ensure that these messages cannot be intercepted and viewed by anyone other than LegalService and the customers who access LegalService.Which security mechanism should you use?
2021-12-25
A.SSL
B.Authorization
C.Authentication
D.Impersonation