Back to product page
- Introduction
- License agreement
- Classes
- Enumerations
- Exceptions
- WeOnlyDo.Client.SSH
- Methods
- Properties
- AllocatePty
- Authentication
- Blocking
- Columns
- Command
- Compression
- DataOut
- DataReady
- Encryption
- EncryptionList
- ExitSignal
- ExitStatus
- FingerPrintType
- FIPS
- ForwardHost
- ForwardPort
- HMacList
- Hostname
- KeepAlives
- KeyExchangeList
- KeyFowarding
- Login
- Password
- Port
- PrivateKey
- Prompt
- Protocol
- ProxyHostname
- ProxyLogin
- ProxyPassword
- ProxyPort
- ProxyType
- RemoteIdentification
- Rows
- ShowStdErrorMessages
- State
- StripANSI
- Subsystem
- TerminalType
- Timeout
- Version
- Events
- How to get support?
CryptoInformationEvent event
Fires when wodSSH.NET receives information about remote server.
Syntax
- C#
- VB.NET
delegate void CryptoInformationDelegate(object Sender, CryptoInformationArgs Args);
The CryptoInformationEvent(Args.Accept,Args.CScipher,Args.Keys,Args.Protocol,Args.RemoteName,Args.SCcipher,Args.SCmac,Args.CSmac) syntax has these parts:
The CryptoInformationEvent(Args.Accept,Args.CScipher,Args.Keys,Args.Protocol,Args.RemoteName,Args.SCcipher,Args.SCmac,Args.CSmac) syntax has these parts:
Args.Accept | Boolean. When set to False, wodSSH.NET aborts connection. |
Args.CScipher | String. Holds client to server encryption algorithm selected. |
Args.Keys | String. Holds key exchange protocol selected. |
Args.Protocol | String. Specifies selected protocol (SSH1 or SSH2). |
Args.RemoteName | String. Holds remote identification string. |
Args.SCcipher | String. Holds server to client encryption algorithm selected. |
Args.SCmac | String. Holds server to client digest algorithm selected. |
Args.CSmac | String. Holds client to server digest algorithm selected. |
Delegate Sub CryptoInformationDelegate( ByVal Sender As Object, ByVal Args As CryptoInformationArgs)
The CryptoInformationEvent(Args.Accept,Args.CScipher,Args.Keys,Args.Protocol,Args.RemoteName,Args.SCcipher,Args.SCmac,Args.CSmac) syntax has these parts:
The CryptoInformationEvent(Args.Accept,Args.CScipher,Args.Keys,Args.Protocol,Args.RemoteName,Args.SCcipher,Args.SCmac,Args.CSmac) syntax has these parts:
Args.Accept | Boolean. When set to False, wodSSH.NET aborts connection. |
Args.CScipher | String. Holds key exchange protocol selected. |
Args.Keys | String. Holds key exchange protocol selected. |
Args.Protocol | String. Specifies selected protocol (SSH1 or SSH2). |
Args.RemoteName | String. Holds remote identification string. |
Args.SCcipher | String. Holds server to client encryption algorithm selected. |
Args.SCmac | String. Holds server to client digest algorithm selected. |
Args.CSmac | String. Holds client to server digest algorithm selected. |