| Thread | Last Post | Replies |
|
| best return from WCF service to other .NET consumers? | 26 Nov 2008 13:25 GMT | - |
We have a web application today in Framework 3.5. The application consists of a Data Access Layer, Business Logic Layer and a Front Layer of ASP.NET webpages. In the DAL, a number of typed datasets are defined, and it is these typed datasets that are used as data transfer objects ...
|
| struggling with canonicalization | 25 Nov 2008 14:30 GMT | - |
I have some probably very stupid questions about signing xml, but hopefully someone will be able to help. (I've asked in the C# group as well but not gotten an answer.) I'm signing some xml documents, and although I never specify the
|
| Signing XML with X509 certificate, hide private key? | 11 Nov 2008 10:21 GMT | - |
I posted this in the csharp group but received no answer, so I thought I'd try here as well. I'm new to cryptography and I would just like to check that I'm doing the right thing when signing an XML file. I've got a PKCS#12
|
| digital signature on resources and element | 06 Nov 2008 09:27 GMT | - |
Is it possible to sign resources pointed to from an xml doc and the element that contains those urls at the same time? This is the xml: <osfm:assets name="">
|
| How to MoveFirst, MoveNext, MovePrevious, MoveLast in LinQ To XMl Please Help | 03 Nov 2008 18:12 GMT | - |
I have the Next XML var xml = new XElement( "clients", new XElement("client", new XAttribute("id",1),
|
| How to MoveFirst, MoveNext, MovePrevious, MoveLast in LinQ To XMl Please Help | 03 Nov 2008 18:08 GMT | - |
I have the Next XML var xml = new XElement( "clients", new XElement("client", new XAttribute("id",1),
|