Guest User

Untitled

a guest
May 26th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. X509Certificate2 cert = new X509Certificate2(X509Certificate.CreateFromSignedFile(filename));
  2. Console.WriteLine(cert.Issuer);`
  3. cert.Verify();`
Add Comment
Please, Sign In to add comment