Add support for client certificate selection. - #80
Conversation
|
It looks nice. And, i want to add a little change such as the following: ...
private LocalCertificateSelectionCallback
_certSelectionCallback;
...
public LocalCertificateSelectionCallback ClientCertificateSelectionCallback {
get {
return _certSelectionCallback;
}
...How about that? |
|
Sure, I actually prefer that naming. My choice for "_userCertSelectionCallback" and Thanks, On 8 October 2014 08:10, sta notifications@github.com wrote:
|
1ee8ee4 to
2dddf74
Compare
2dddf74 to
4852d3c
Compare
|
I've changed the names as suggested. |
|
Thx! I will merge this pull request. And then, i will add a contributor info comment such as the following: /*
* Contributors:
* - dpwood (or Dave) <your email address>
*/So, could you tell me your email address (or something changes)? |
|
David Wood dpwood@gmail.com Many thanks, |
Add support for client certificate selection.
Added a LocalCertificateSelectionCallback property to allow a client certificate to be selected.