I have added three more parameters to the code I needed. You can find it in my Git fork. Should I push the pull request to your master branch, or would you prefer I don't?
-
disable CheckCertificateRevocation. Occasional downtimes, network issues, or offline servers can make it impossible to check the revocation status of certificates.
[switch]
-DisableCertificateRevocation
-
Accept all certificates regardless of errors (not recommended in production, good for debug.)
[switch]
-ServerCertificateValidationCallback
-
To authenticate the client to the server using a certificate
X509Certificate2[]
-ClientCertificates
I have added three more parameters to the code I needed. You can find it in my Git fork. Should I push the pull request to your master branch, or would you prefer I don't?
disable CheckCertificateRevocation. Occasional downtimes, network issues, or offline servers can make it impossible to check the revocation status of certificates.
[switch]
-DisableCertificateRevocation
Accept all certificates regardless of errors (not recommended in production, good for debug.)
[switch]
-ServerCertificateValidationCallback
To authenticate the client to the server using a certificate
X509Certificate2[]
-ClientCertificates