I'm trying to get the signing certificate from a signed file ( .p7m ).
I've found that X059Certificate class ( and i'm sure that the certificate that i would to get from signed file is a X059Certificate) supply a method called CreateFromSignedFile ( String filePath ), that return the X059Certificate used for signing that file...but not to me! When i call this method it throws no exceptions and returns a X059Certificate with all information valued with NULL.
Someone can tell me why? There's is alternatives methods or work - around for do it?
Thanks
Nicola