TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
softlera
NA
3
0
Problem verifying a signed XML document
Aug 20 2004 6:12 AM
Hello, i have developed a web service where the client sends to the server a signed xml document signed with "Infopath". When the server receives the document it is impossible fot him to valiadate the signatures. Here is my code: (doc is a XmlDocument) XmlNodeList nodeList = doc.GetElementsByTagName("Signature"); SignedXml[] signatures = new SignedXml[nodeList.Count]; for(int i = 0; i < nodeList.Count; i++) { signatures[i] = new SignedXml(); signatures[i].LoadXml((XmlElement)nodeList[i]); if (!signatures[i].CheckSignature()) validSignatures--; } The xml document has been signed with a valid X509 certificate. thank you for your help!
Reply
Answers (
0
)
What is the code that I can open the CD driver by?
passing values