6 writes to m_authenticodeSignerInfo
System.Windows.Forms (6)
parent\parent\parent\public\Internal\NDP\Inc\mansign2.cs (6)
118
m_authenticodeSignerInfo
= null;
155
m_authenticodeSignerInfo
= null;
262
m_authenticodeSignerInfo
= new CmiAuthenticodeSignerInfo(Win32.TRUST_E_FAIL);
281
m_authenticodeSignerInfo
= new CmiAuthenticodeSignerInfo(signerInfo, timestamperInfo);
325
m_authenticodeSignerInfo
= new CmiAuthenticodeSignerInfo(Win32.TRUST_E_FAIL);
353
m_authenticodeSignerInfo
= null;
23 references to m_authenticodeSignerInfo
System.Windows.Forms (23)
parent\parent\parent\public\Internal\NDP\Inc\mansign2.cs (23)
219
return
m_authenticodeSignerInfo
;
248
m_authenticodeSignerInfo
.ErrorCode = Win32.TRUST_E_NOSIGNATURE;
368
m_authenticodeSignerInfo
.ErrorCode = Win32.TRUST_E_FAIL;
373
m_authenticodeSignerInfo
.ErrorCode = Win32.TRUST_E_EXPLICIT_DISTRUST;
388
m_authenticodeSignerInfo
.ErrorCode = Win32.TRUST_E_SUBJECT_FORM_UNKNOWN;
391
m_authenticodeSignerInfo
.Hash = hash;
392
m_authenticodeSignerInfo
.Description = description;
393
m_authenticodeSignerInfo
.DescriptionUrl = url;
453
m_authenticodeSignerInfo
.SignerChain = chain;
462
m_authenticodeSignerInfo
.ErrorCode = Win32.TRUST_E_FAIL;
523
m_authenticodeSignerInfo
.ErrorCode = Win32.TRUST_E_SUBJECT_FORM_UNKNOWN;
536
m_authenticodeSignerInfo
.ErrorCode = Win32.TRUST_E_CERT_SIGNATURE;
580
m_authenticodeSignerInfo
.ErrorCode = Win32.TRUST_E_CERT_SIGNATURE;
779
m_authenticodeSignerInfo
.ErrorCode = Win32.TRUST_E_TIME_STAMP;
836
m_authenticodeSignerInfo
.ErrorCode = Win32.TRUST_E_TIME_STAMP;
850
m_authenticodeSignerInfo
.ErrorCode = Win32.TRUST_E_TIME_STAMP;
868
m_authenticodeSignerInfo
.ErrorCode = Win32.TRUST_E_NO_SIGNER_CERT;
953
m_authenticodeSignerInfo
.ErrorCode = Win32.NTE_BAD_HASH;
963
m_authenticodeSignerInfo
.ErrorCode = Win32.TRUST_E_TIME_STAMP;
993
m_authenticodeSignerInfo
.ErrorCode = Win32.TRUST_E_TIME_STAMP;
1000
m_authenticodeSignerInfo
.ErrorCode = Win32.TRUST_E_SUBJECT_NOT_TRUSTED;
1197
if (
m_authenticodeSignerInfo
.ErrorCode == Win32.TRUST_E_NOSIGNATURE)
1202
X509Certificate2 signerCert =
m_authenticodeSignerInfo
.SignerChain.ChainElements[0].Certificate;