Hello, this is a question, maybe not an issue. LibVirtAuthentication is only an abstract class, and how to pass login/pass/rsakey for it?
Using Connection = LibvirtConnection.Create.Connect("qemu+ssh://root@144.XX.XX.107/system?keyfile=id_rsa", _and_??_)
or
Using Connection = LibvirtConnection.Create.WithCredentials( _and_??_).Connect()