You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
switch(MessageBox.Show("The downloaded update has no matching cryptographic certificates; proceed with update?\n\nCurrent version's certificates:\n\n"+FormatCertificateSubjectList(expectedCertificates)+"\n\nUpdate version's certificates:\n\n"+FormatCertificateSubjectList(certificates)+"\n\nProceed with update?",Application.ProductName+" "+VersionInfo.VersionOrBuild,MessageBoxButtons.YesNo))
466
+
varargs=newProceedWithUpdateCheckEventArgs("The downloaded update has no matching cryptographic certificates; proceed with update?\n\nCurrent version's certificates:\n\n"+FormatCertificateSubjectList(expectedCertificates)+"\n\nUpdate version's certificates:\n\n"+FormatCertificateSubjectList(certificates)+"\n\nProceed with update?");
0 commit comments