Top "Xml-signature" questions

XML Signatures provide integrity, message authentication, and/or signer authentication services for data of any type, whether located within the XML that includes the signature or elsewhere.

In a WCF Client How Can I add SAML 2.0 assertion to SOAP Header?

I'm trying to add the saml 2.0 assertion node from the soap header example below - I came across the samlassertion …

wcf soap saml xml-signature
WSS4J - No certificates for user were found for signature

I'm trying sign a soap message using CXF, after configure my client using the knowledge I found over the internet, …

java cxf digital-signature xml-signature wss4j
.NET Signed XML Prefix

Is there a way to set the prefix on the Signature of a Signed XML Document (SignedXml class in .Net)? …

.net xml xml-signature
How To Use XmlDsigC14NTransform Class in C#

I am trying to canonicalize an xml node by using System.Security.Cryptography.Xml.XMLDsigC14nTransform class of c# .net …

c# xml xml-signature canonicalization
Manual verification of XML Signature

I can successfully do manual reference validation (canonicalize every referenced element --> SHA1 --> Base64 --> check …

java web-services soap cryptography xml-signature