Guest User

Untitled

a guest
Nov 18th, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. var appPath = System.Reflection.Assembly.GetExecutingAssembly().Location;
  2. var cert = new X509Certificate2(appPath);
  3. X509Certificate2UI.DisplayCertificate(cert);
Add Comment
Please, Sign In to add comment