@msdn=http://msdn.microsoft.com/en-us/library/aa387748(VS.85).aspx @pinvoke=http://pinvoke.net/$$$.htm Summary: The SIGNER_FILE_INFO structure points to the location of an assembly for signing purposes. !!!!C# Definition: [StructLayoutAttribute(LayoutKind.Sequential)] struct SIGNER_FILE_INFO { /// DWORD->unsigned int public uint cbSize; /// LPCWSTR->WCHAR* public IntPtr pwszFileName; /// HANDLE->void* public System.IntPtr hFile; } !!!!VB Definition: Structure SIGNER_FILE_INFO Public TODO End Structure !!!!User-Defined Field Types: None. !!!!Notes: See [SIGNER_SUBJECT_INFO] for usage example Documentation: SIGNER_FILE_INFO@msdn on MSDN
Edit Structures.SIGNER...
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.