コード例 #1
0
ファイル: mansign2.cs プロジェクト: maoxingda/msbuild-1
 int CertVerifyAuthenticodeLicense(
     [In]      ref CRYPT_DATA_BLOB pLicenseBlob,
     [In]      uint dwFlags,
     [In, Out]  ref AXL_SIGNER_INFO pSignerInfo,
     [In, Out]  ref AXL_TIMESTAMPER_INFO pTimestamperInfo);
コード例 #2
0
ファイル: mansign2.cs プロジェクト: maoxingda/msbuild-1
 int CertFreeAuthenticodeSignerInfo(
     [In]      ref AXL_SIGNER_INFO pSignerInfo);
コード例 #3
0
 internal static extern int CertFreeAuthenticodeSignerInfo([In] ref AXL_SIGNER_INFO pSignerInfo);