Multiple choice technology programming languages

What are the available security options for wsHttpBinding binding?

  1. Transport security with Windows authentication

  2. Message security with issuetoken authentication

  3. Message security with Windows authentication

  4. No security

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

wsHttpBinding supports multiple security modes including Transport, Message, and TransportWithMessageCredential. Message security can use Windows credentials or issued tokens (from an STS). The question correctly identifies issued token authentication as a supported option. Transport security with Windows is also supported, but Message with issued tokens is the best answer listed.