You need to configure the WCF service to execute under the Windows logged-on identity of the calling application

A Windows Communication Foundation (WCF) service that handles corporate accounting
must be changed to comply with government regulations of auditing and accountability You
need to configure the WCF service to execute under the Windows logged-on identity of the
calling application. What should you do?

A Windows Communication Foundation (WCF) service that handles corporate accounting
must be changed to comply with government regulations of auditing and accountability You
need to configure the WCF service to execute under the Windows logged-on identity of the
calling application. What should you do?

A.
within the service configuration, add a serviceSecurityAudit behavior to the service, and
set serviceAuthorizationAuditLevel to SuccessOrFailure

B.
Within the service configuration, add a ServiceCredentials behavior to the service, and
set type to Impersonate

C.
Within the service configuration, add a ServiceAuthorization behavior to the service, and
set ImpersonateCallerForAulOperations to true.

D.
Within the service configuration, add a ServiceAuthenticationManager behavior to the
service, and set ServiceAuthenticationManagerType to Impersonate.

Explanation:



Leave a Reply 0

Your email address will not be published. Required fields are marked *