DRAG DROP
You are developing a WCF service.
You need to implement transport security by using NTLM authentication and NetTcpBindings.
You have the following markup:
Which configuration values should you include in Target 1, Target 2, and Target 3 to complete the markup? (To
answer, drag the appropriate configuration values to the correct location or locations in the answer area. Each
configuration value may be used once, more than once, or not at all. You may need to drag the split bar
between panes or scroll to view content.)
Select and Place:
Target 3 should be : ClientCredentialType=”NTLM”
Or Not ? and if not, please explane ?
Thank You
when you try to build the configuration you can choose security mode = “transport”. After that ClientCredentialType=”Windows” />
I think this should be the right one.
Indeed, Target 3 is ClientCredentialType=”Ntlm”.
I agree
i agree with null
T3 should be clientCredentialType=”Ntlm”, rest is fine.
Agree with above all. T3 is clientCredentialType= ‘Ntlm’
https://docs.microsoft.com/en-us/dotnet/framework/configure-apps/file-schema/wcf/transport-of-basichttpbinding
netTcpBinding
https://docs.microsoft.com/en-us/dotnet/framework/configure-apps/file-schema/wcf/nettcpbinding