Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "SIGNER_FILE_INFO" in [All]

Structures

.
Summary
The SIGNER_FILE_INFO structure points to the location of an assembly for signing purposes.
.

struct SIGNER_FILE_INFO

.

Structure SIGNER_FILE_INFO

.
Documentation
[SIGNER_FILE_INFO] on MSDN
.

      /// SIGNER_FILE_INFO*

.

    //create the SIGNER_FILE_INFO and populate ready to assign to the union.pSingerFileInfo            

.

    SIGNER_FILE_INFO fileInfo = new SIGNER_FILE_INFO();

.

    fileInfo.cbSize = (uint)Marshal.SizeOf(typeof(SIGNER_FILE_INFO));

.

    //create and allocate the SIGNER_FILE_INFO to the union.

.

    info.Union1.pSignerFileInfo = Marshal.AllocHGlobal(Marshal.SizeOf(typeof(SIGNER_FILE_INFO)));


 
Access PInvoke.net directly from VS: