Relative Content

Tag Archive for restsharp

Ability to set ClientCertificates after instantiating RestClient or custom Factory?

Our .NET application currently uses RestSharp v106 and Ninject. It uses client certificates to authenticate the user with a secured server. The user starts the application, selects one of the certificates installed in their Windows certificate store and unlocks it via their user password or other methods. At this point, the DI container has already created our RestSharp.RestClient instance.