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_SUBJECT_INFO" in [All]

Structures

.

See SIGNER_SUBJECT_INFO for usage example

.
Summary
.

struct SIGNER_SUBJECT_INFO

.

   internal struct SIGNER_SUBJECT_INFO

.

Structure SIGNER_SUBJECT_INFO

.

This example creates and populates a new SIGNER_SUBJECT_INFO structure.

.

private static SIGNER_SUBJECT_INFO CreateSignerSubjectInfo(string pathToAssembly)

.

    SIGNER_SUBJECT_INFO info = new SIGNER_SUBJECT_INFO();

.

    info.cbSize = (uint)Marshal.SizeOf(typeof(SIGNER_SUBJECT_INFO));

.
Documentation
[SIGNER_SUBJECT_INFO] on MSDN

 
Access PInvoke.net directly from VS: