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.

How to get X509Certificate from certificate store and generate xml signature data?

How can I get X509Certificate from certificate store and then generate XML SignatureData in .net C#?

c# .net xml x509certificate xml-signature
XML Signature: How to calculate the digest value?

I have an XML like this <?xml version="1.0" encoding="utf-8"?> <foo> <bar> <value&…

xml digital-signature digest xml-signature
signing a xml document with x509 certificate

Every time I try to send a signed XML, the web service verifier rejects it. To sign the document I …

c# xml xml-signature x509
Is there an easier way to sign an XML document in Java?

I'm trying to digitally sign an XML document using Java. I've got an implementation working with some references I've found …

java xml cryptography digital-signature xml-signature
How to produce XML signature with no whitespaces and line-breaks in Java?

I work with the brazilian "Nota Fiscal Eletronica" project, in which they define a standart way to sign XML documents. …

java xml apache signature xml-signature
'Malformed Reference Element' when adding a reference based on an Id attribute with SignedXml class

Unable to sign element by Id attribute when there's a namespace prefix: void Main() { var doc = new XmlDocument(); doc.LoadXml("&…

c# xml soap cryptography xml-signature
What do I need to know about XML Signatures to get SAML working?

At work we have a web app that we'll need to interface with another company's web app using Single Sign …

php xml digital-signature saml xml-signature
"Manifest XML signature is not valid"

OS: Windows 7 64 bit using Visual Studio Pro 2012 with .NET 4.5 installed. I used the Publish option within Visual Studios and ensured …

c# deployment visual-studio-2012 xml-signature
SignedXml checksignature returns false

I've looked at other posts on here regarding this issue and none of them seem to address my situation. I've …

c# .net xml-signature
How to compute RSA-SHA1(sha1WithRSAEncryption) value with OpenSSL

I'm confused about RSA-SHA1, I thought it's RSA_private_encrypt(SHA1(message)). But I can't get the correct signature value. …

cryptography openssl rsa digital-signature xml-signature