c# Programming Glossary: cryptqueryobject
Get timestamp from Authenticode Signed files in .NET http://stackoverflow.com/questions/3281057/get-timestamp-from-authenticode-signed-files-in-net signer name and timestamp. This is doable in native C with CryptQueryObject API as shown in this wonderful sample How To Get Information.. IntPtr.Zero IntPtr context IntPtr.Zero if WinCrypt.CryptQueryObject WinCrypt.CERT_QUERY_OBJECT_FILE Marshal.StringToHGlobalUni filename.. SetLastError true public static extern Boolean CryptQueryObject int dwObjectType IntPtr pvObject int dwExpectedContentTypeFlags..
|