You are developing a Windows Communication Foundation (WCF) service. You need to
enable security auditing for all events. What should you do?
A.
Set the messageAuthenticationAuditLevel setting to Success and the auditLogLocation
setting to Application.
B.
Set the serviceAuthorizationAuditLevel setting to SuccessAndFailure and the
messageAuthenticationAuditLevel setting to SuccessAndFailure.
C.
Set the serviceAuthorizationAuditLevel setting to Success and the
messageAuthenticationAuditLevel setting to Success.
D.
Set the messageAuthenticationAuditLevel setting to SuccessAndFailure and the
auditLogLocation setting to Security.