nats-io / nats.net.v2

Full Async C# / .NET client for NATS
https://nats-io.github.io/nats.net.v2/
Apache License 2.0
202 stars 40 forks source link

Add TLS options for netstandard #524

Closed mtmk closed 2 weeks ago

mtmk commented 2 weeks ago

All options map to SslStream directly except the client cert callback. Any convenience methods or extensions can be added in follow up PRs if needed.

mtmk commented 2 weeks ago

No that's fair. I guess you're referring to the callback for loading certs? I tried to keep everything else mapping directly to sslstream so any warnings using that would apply I guess.