Back to product page
- Introduction
- License Agreement
- Objects
- Enumerations
- wodTunnel
- Methods
- Properties
- AllocatePty
- Authentication
- Channels
- ClientName
- Compression
- Encryption
- EncryptionList
- FIPS
- HMacList
- Hostname
- KeyExchangeList
- KeySignatureList
- Login
- MyHostname
- MyIP
- Notification
- Password
- Port
- PrivateKey
- Protocol
- ProxyHostname
- ProxyLogin
- ProxyPassword
- ProxyPort
- ProxyType
- RemoteIdentification
- State
- StateText
- Threads
- Timeout
- UseIPv6
- Version
- Events
- wodTunnelNotify
- Channel
- Channels
- User
- Users
- How to get support?
- Technical information
- Fast notifications interface
- Using threads
- Error list
CryptoInformation event
Fires when wodSSHTunnel connects to a remote server.
Syntax
- Basic
Private Sub object_CryptoInformation(Protocol, RemoteName, SCcipher, CScipher, Keys, Accept)
The CryptoInformation(object,Protocol,RemoteName,SCcipher,CScipher,Keys,Accept) syntax has these parts:
The CryptoInformation(object,Protocol,RemoteName,SCcipher,CScipher,Keys,Accept) syntax has these parts:
object | A wodTunnel object. |
Protocol | A String value. Holds the selected protocol (SSH1/SSH2). |
RemoteName | A String value. Holds identification text sent by the remote side. |
SCcipher | A String value. Server to client encryption algorithm. |
CScipher | A String value. Client to server encryption algorithm. |
Keys | A String value. Key exchange algorithm selected. |
Accept | A Boolean value. When set to False, wodSSHTunnel aborts the connection. |