Advertisement
Guest User

Untitled

a guest
Nov 26th, 2014
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. string xx = xmlDigitalSignature.OuterXml;
  2. string xx1 = xx.Substring(xx.IndexOf("<X509Certificate>") + "<X509Certificate>".Length, xx.IndexOf("</X509Certificate>") - xx.IndexOf("<X509Certificate>") - "<X509Certificate>".Length);
  3. string xxx = "";
  4.  
  5. xx.Replace(xx1, xxx);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement