I am trying to get information about the digital signature of an executable file in managed code. I basically need the name and issuer of the certificate. There's a C ++ sample code from Microsoft that explains this for C ++, but is there a similar way to do this with C #?
source share