How to verify chain in RemoteCertificateValidationCallback?

前端 未结 1 836
抹茶落季
抹茶落季 2020-12-07 03:45

I have the following code that attempts to verify a server certificate against the CA in my private PKI. Its used with ServicePointManager and RemoteCerti

相关标签:
1条回答
  • 2020-12-07 04:09

    If the ChainStatuts.Lenght = 0; that means that your chain is correctly built. You can also check the result with the Verify() function. It use the Online Revocation mode and use the standard policy verification.

    0 讨论(0)
提交回复
热议问题