简体   繁体   中英

MIMEKIT MultipartSigned.Verify How can I disable Certificate Revocation list ceck?

is there anyway to disable the Certificate revocation list check when using MimeKit.Cryptography.MultipartSigned.Verify ?

The Party transmitting to me cannot seem to get their CRL distribution point correct and I would like to simply disable the check.

System.Security.Cryptography.CryptographicException: The revocation function was unable to check revocation because the revocation server was offline. at System.Security.Cryptography.Pkcs.SignerInfo.Verify(X509Certificate2CollectionextraStore,X509Certificate2 certificate, Boolean verifySignatureOnly) at System.Security.Cryptography.Pkcs.SignerInfo.CheckSignature(X509Certificate2Collection extraStore, Boolean verifySignatureOnly) at MimeKit.Cryptography.WindowsSecureMimeDigitalSignature.Verify(Boolean verifySignatureOnly) --- End of inner exception stack trace --- at MimeKit.Cryptography.WindowsSecureMimeDigitalSignature.Verify(Boolean verifySignatureOnly)

您是否尝试过将verifySignatureOnly: true传递给 Verify() 方法?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM