Digitally Signing an XML Document and Verifying the Signatures
Posted by: Rick Strahls WebLog,
on 19 Feb 2008 |
View original | Bookmarked: 0 time(s)
Recently I've been involved in some work that deals with signed XML documents outside of a WCF Web service environment. Ironically the service that is being accessed accepts SOAP data but the service does not expose any WSDL even though it uses some WS-* specification features - namely digital signature of the XML body of the message. Since I didn't have much luck finding the information I needed in one place I thought I'd write it up here, so it hopefully helps out some of you (and myself) in the...