You are creating a Windows Communication Foundation (WCF) service based on WSHttpBinding.

You are creating a Windows Communication Foundation (WCF) service based on WSHttpBinding. New audit requirements dictate that callers must be authenticated on every call to ensure that their credentials have not been revoked.You need to ensure that the service will not cache the security request token. What should you do?() A. Apply a ServiceBehavior attribute to the service implementation class with the lnstanceContextMode property set to Single. B. In the message security configuration, change clientCredentialType from lssuedToken to UserName C. In the message security configuration, set establishSecurityContext to false. D. At the end of every operation, call the SessionStateUtility.RaiseSessionEnd method.

时间:2023-09-20 09:55:47

相似题目