开发者

How do I validate and access EV properties of a EV Certificate?

开发者 https://www.devze.com 2023-01-14 16:26 出处:网络
I\'d like to determine if a given x509 Certificate is an EV cert using C#. Since there are no properties available to me in the .NET API and I\'m not sure where to get more information on this standar

I'd like to determine if a given x509 Certificate is an EV cert using C#. Since there are no properties available to me in the .NET API and I'm not sure where to get more information on this standard, I'm a bit stuck.

Does anyone have the answer, or know where I should start looking inside the binary blob开发者_高级运维?

How do I validate and access EV properties of a EV Certificate?


The EV certificate is distinguished by special certificate policy (that's a certificate extension), so by reading this extension you can recognize EV certificate. Complete list of EV policy identifiers can be found here.

0

精彩评论

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