Multiple choice technology programming languages

TransportWithMessageCredential is not available for the given binding?

  1. BasicHttpBinding

  2. WSFederationHttpBinding

  3. NetNamedPipeBinding

  4. WSHttpBinding

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

NetNamedPipeBinding is designed for local machine communication using named pipes and does not support TransportWithMessageCredential security mode. The other listed bindings (BasicHttp, WSHttp, WSFederationHttp) all support this credential type.