Set the authorization Manager Type attribute of the service Authorization behavior to Message.
Set the include Exception Detailsln Faults attribute of the service Debug behavior to true.
Set the Mode attribute of the security configuration element to Message.
Set the message Authentication AuditLevel attribute of the service Security Audit behavior to Failure.
第1题:
You are developing a Windows Communication Foundation (WCF) service.You must record all available information for the first 1,000 messages processed, even if they are malformed.You need to configure the message logging section of the configuration file.Which configuration segment should you use? ()
A.
B.
C.
D.
第2题:
A Windows Communication Foundation (WCF) service is required to log all authorization attempts to the Windows Event Log. You need to configure a behavior and apply it to the service to support this requirement. Which behavior should you configure and apply?()
A. service Authentication Manager
B. service Authorization
C. service Credentials
D. service Security Audit
第3题:
A. AnnouncementService
B. AnnouncementClient
C. DiscoveryClient
D. HttpListener
第4题:
Windows Communication Foundation (WCF) service is self-hosted in a console application. The service implements the lTimeService service interface in the TimeService class.You need to configure the service endpoint for HTTP communication. How should you define the service and endpoint tags?()
A.
B.
C.
D.
第5题:
Your Windows Communication Foundation (WCF) client application uses HTTP to communicate with the service.You need to enable message logging and include all security information such as tokens and nonces in logged messages.What should you do?()
A.
B.
C.
D.
第6题:
You are building a client for a Windows Communication Foundation (WCF) service. You need to create a proxy to consume this service. Which class should you use?()
第7题:
A Windows Communication Foundation (WCF) service is required to log all authorization attempts to the Windows Event Log. You need to configure a behavior and apply it to the service to support this requirement. Which behavior should you configure and apply?()
第8题:
You plan to host a Windows Communication Foundation (WCF) service in a Windows Azure worker role. Custom code is necessary to initialize and configure the service endpoint. You need to recommend the point at which the application should initialize the WCF service. What should you recommend?()
第9题:
Microsoft Internet Information Services (IIS) 6.0
Windows Process Activation Services (WAS)
A Windows Forms application
A Windows Service
第10题:
Use Windows Server AppFabric.
Use the Windows Azure AppFabric Service Bus.
Use the Windows Azure AppFabric Access Control Service.
Use a Windows Communication Foundation (WCF) service in a Windows Azure role that relays to the internal web service
第11题:
tcp Transport, windows Stream Security, transaction Flow, binary Message Encoding
transaction Flow, binary Message Encoding, windows Stream Security, tcp Transport
windows Stream Security, tcp Transport, binary Message Encoding, transaction Flow
binary Message Encoding, transaction Flow, tcp Transport, windows Stream Security
第12题:
When Windows Azure initializes the worker role instance.
When the worker role instance receives its first request.
When the worker role instance instantiates the WCF service.
When the worker role instance enters the main execution thread.
第13题:
You want to debug the Windows Communication Foundation (WCF) client and server interaction through message and application tracing.You need to correlate traces generated on the client and the server. Which XML segment should you add to the system.diagnostics configuration element in the client and server application configuration file?()
A.
B.
C.
D.
第14题:
A. Transport Security Binding Element
B. Https Transport Binding Element
C. Ssl Stream Secunty Binding Element
D. Windows Stream Security Binding Element
第15题:
A. NetTcpContextBinding
B. BasicHttpContextBinding
C. NetTcpBinding
D. NetMsmqBinding
第16题:
A.
B.
C.
D.
第17题:
You have a secured Windows Communication Foundation (WCF) service. You need to track unsuccessful attempts to access the service. What should you do?()
第18题:
A Windows Communication Foundation (WCF) service sends notifications when the service is started and stopped.You need to implement a client that logs these notifications. Which class should you use?()
第19题:
You are creating a Windows Communication Foundation (WCF) service. You have the following requirements: Messages must be sent over TCP The service must support transactions. Messages must be encoded using a binary encoding Messages must be secured using Windows stream-based security.You need to implement a custom binding for the service. In which order should the binding stack be configured?()
第20题:
You are using Windows Communication Foundation (WCF) to create a service. You need to implement a custom message-level security binding element. Which binding element should you use?()
第21题:
ChannelFactory
ClientRuntime
CommunicationObject
第22题:
basicHttpBinding and HTTP
basicHttpBinding and Kerberos
wsHttpBinding and Kerberos
wsHttpBinding and HTTPS
第23题:
Add a net.tcp base address to the host.
Add an endpoint configured with a netTcpBinding.
Add an endpoint behavior named netTcpBehavior to the existing endpoint.
Add a binding configuration to the existing endpoint named netTcpBinding.
第24题:
NetTcpContextBinding
BasicHttpContextBinding
NetTcpBinding
NetMsmqBinding