signedxml
How to verify certificate in SignedXml against machine store
I would like to verify the signature in a SignedXml against the certificates in the machine store. This code is us开发者_StackOverflowed to verify the signature:[详细]
2023-03-19 21:45 分类:问答Problem with custom namespace with SignedXml
The problem occurs when I sign XML documents containing namespace prefixes and namespace references and then validate it. The validation always fails[详细]
2023-02-21 03:11 分类:问答How make XMLDocument do not put spaces on self-closed tags?
I have an XML well formatted without any spaces. It\' must be like that. When I load it to XMLDocument to sign, the self-closing tags gets an extra white spa开发者_StackOverflow中文版ce and[详细]
2023-02-08 10:17 分类:问答Is it possible to sign an xml document without having to use KeyContainerName?
I want to create 2 really simple dlls: 1) that will sign an xml document 2) that will check that the xml document hasnt been modified.[详细]
2023-02-05 16:19 分类:问答fastest (low latency) method for Inter Process Communication between Java and C/C++
I have a Java app, connecting through TCP socket to a \"server\" developed in C/C++. both app & server are running on the same machine, a Solaris box (but we\'re considering migrating to Linux ev[详细]
2022-12-26 14:14 分类:问答