ZitchCode / SecureHttpClient

Cross-platform HttpClientHandler with TLS1.2 and Certificate Pinning
MIT License
33 stars 6 forks source link

Abstract client certificates into certificate providers #6

Closed gtbX closed 6 years ago

gtbX commented 6 years ago

Instead of simply providing client certs as byte arrays, use IClientCertificateProvider to provide certificates and keys that are kept in platform-specific or other custom backing stores.