Desktop Functions: Smart Device Functions:
|
Search Results for "SIGNER_SUBJECT_INFO" in [All]StructuresSee SIGNER_SUBJECT_INFO for usage example
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)); |