开发者

Validate Digital Signature using Signature Timestamp

开发者 https://www.devze.com 2022-12-20 23:14 出处:网络
Th开发者_JS百科e X509Certificate2Collection.Import method allows to retrieve all certificates from an executable file or from an MSI package. That\'s fine.

Th开发者_JS百科e X509Certificate2Collection.Import method allows to retrieve all certificates from an executable file or from an MSI package. That's fine.

Now I want to validate the certificates. The X509Certificate.Verify method validates a certificate against the current time (the Reflector confirms: it uses DateTime.Now).

So my first question is how to validate the certificates against the signed time? An option would be to retrieve an Authenticode data, but there are no built-in support in .NET.

The second question is how to validate the signatures?

0

精彩评论

暂无评论...
验证码 换一张
取 消