开发者

Retrieve Data for SSL Tracking

开发者 https://www.devze.com 2022-12-27 23:46 出处:网络
I need to write an 开发者_运维技巧app that retrieves data on expiring SSL certs. What is the best way to locate this data for application purposes?X509Certificate2 Class:

I need to write an 开发者_运维技巧app that retrieves data on expiring SSL certs. What is the best way to locate this data for application purposes?


X509Certificate2 Class:

  • NotBefore Property - Gets the date in local time on which a certificate becomes valid.

  • NotAfter Property - Gets the date in local time after which a certificate is no longer valid.


For your reference, here are a few applications that do this type of thing. They may give you some ideas regarding features and interface.

cert scanner

checkcertificate

certificate expiry reporter

cert expiry checker

0

精彩评论

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