5
votes
5answers
885 views

Should one sign and encrypt using the same key? The Azure Training Labs are taking this approach

I'm taking the Azure lab LoadBalancing with WCF and recognise what I have been told is bad from a security perspective, but am not sure if it applies here. Can someone look at this code and tell me ...
5
votes
2answers
476 views

What are the security risks of the Azure Service Bus, and how do you mitigate them?

The Azure Service Bus is a way to relay SOAP/WCF information though the "cloud" as a XML over HTTPS payload. One risk that I see is that it essentially allows a user with only outbound HTTP/S ...