Allow specifying a cert to use when connecting
This allows two things-first we can be more secure if needed in .NET by manually loading the cert that we've already verified as valid, and second we can allow a web proxy such as Fiddler by providing that proxy's cert instead of the regular one.
Loading
Please sign in to comment