Fazer uma PerguntaFazer uma Pergunta
 

RespondidoWCF webhttp binding and security

  • sábado, 4 de julho de 2009 1:32dsoffer Medalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuário
     
    Hello,

    I currently host a WCF service with webhttp binding so i can use it to construct an application that needs the services. Sometimes I am transfering sensative information that I would want to protect from a middleman (packet sniffer or whatnot) from being able to retreive and actually read the message content that was sent back or to the service. What is the best way/security options that I can use to achieve this?

    Thanks

Respostas

  • segunda-feira, 6 de julho de 2009 17:59Amit Sharma RMSFT, ModeradorMedalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuário
     Respondido

    you cannot use wsHttpBinding like webHttpBinding.  Message level security involves SOAP headers which are not available on WebHttpBinding (MessageVersion.None).

    I believe that webHttpBinding with Transport level security should be enough for you, with what you are trying to achieve.


    Amit Sharma

Todas as Respostas