System.Security.Cryptography.Xml
SignedXml sx = new SignedXml ((XmlElement) responseDocument.GetElementsByTagName( "tns: CreateCertificateResponse" ) [0]); XmlNodeList nodeList = responseDocument.GetElementsByTagName( "" ); foreach ( XmlElement nodeList) { // node. sx.LoadXml(); sx.CheckSignature(bankSigningCertificate, true); }
#. "System.Security.Cryptography.Xml"
c
http://msdn.microsoft.com/en-us/library/aa382384%28v=vs.85%29.aspx