Open
Description
This involves:
- Calling any custom X509CertificateValidator.Validate class that a user has set on their credentials for verifying the server cert.
- Using the ClientCertificate that a user has provided on the credentials to authenticate against the server.
- Most likely adding functionality to the System.Net.WebSockets.Client.ClientWebSocket class to enable certificate handling.