c# - How to connect with linux server using SSH connection? -


i new ssh connection & trying connect using ssh connection getting exception:

inheritance security rules violated while overriding member: 'renci.sshnet.common.sshexception.getobjectdata(system.runtime.serialization.serializationinfo, system.runtime.serialization.streamingcontext)' 

security accessibility of overriding method must match security accessibility of method being overriden.

please me resolve issue

mark getobjectdata securitycriticalattribute, because it's applied exception.getobjectdata. overridden member should have same security accessibility (critical, safe critical or transparent).

more info

enter image description here


Comments

Popular posts from this blog

matlab - "Contour not rendered for non-finite ZData" -

delphi - Indy UDP Read Contents of Adata -

javascript - Any ideas when Firefox is likely to implement lengthAdjust and textLength? -