A self-hosted Windows Communication Foundation (WCF) service uses a secure HTTP binding wi

题目内容(请给出正确答案)

A self-hosted Windows Communication Foundation (WCF) service uses a secure HTTP binding with a custom principal permission mode. The binding requires users to provide their Windows logon credentials. You need to retrieve the identity of the caller.What are two possible properties you can use to achieve this goal? (Each correct answer presents a complete solution Choose two)()

A. Thread.CurrentPrincipal.Identity.Name

B. HttpContext.Current.User.Identity.Name

C. ServiceSecurityContext.Current.PrimaryIdentity.Name

D. OperationContext.Current.ServiceSecurityContext.PrimaryIdentity.Name

参考答案和解析
参考答案:C, D
如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
更多相关问题