开发者

ServicePointManager.CertificatePolicy = new trustedCertificatePolicy();

开发者 https://www.devze.com 2023-03-31 03:22 出处:网络
I have added all the references for this but while rebuilding my code it gives returns me The type or namespace name \'trustedCertificatePolicy\' could not be found (are you missing a using directiv

I have added all the references for this but while rebuilding my code it gives returns me

The type or namespace name 'trustedCertificatePolicy' could not be found (are you missing a using directive or an assembly reference?)

Do I need to add an开发者_运维百科y other dll?


Shouldn't it be TrustAllCertificatePolicy ??

Something similar to this example.

0

精彩评论

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