| c# Programming Glossary: signer_subject_infoGet timestamp from Authenticode Signed files in .NET http://stackoverflow.com/questions/3281057/get-timestamp-from-authenticode-signed-files-in-net   StructLayoutAttribute LayoutKind.Sequential public struct SIGNER_SUBJECT_INFO  DWORD unsigned int public uint cbSize  DWORD public System.IntPtr.. 
 Has anyone got any code to call SignerSignEx from C#? http://stackoverflow.com/questions/6357759/has-anyone-got-any-code-to-call-signersignex-from-c  StructLayoutAttribute LayoutKind.Sequential struct SIGNER_SUBJECT_INFO  public uint cbSize public IntPtr pdwIndex public uint dwSubjectChoice.. private static extern int SignerSign IntPtr pSubjectInfo SIGNER_SUBJECT_INFO IntPtr pSignerCert SIGNER_CERT IntPtr pSignatureInfo SIGNER_SIGNATURE_INFO.. static extern int SignerTimeStamp IntPtr pSubjectInfo SIGNER_SUBJECT_INFO string pwszHttpTimeStamp LPCWSTR IntPtr psRequest PCRYPT_ATTRIBUTES.. 
 |