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 method
Called when wodSSHTunnel provides information about the selected algorithms.
Type
NoneSyntax
- Basic
object.CryptoInformation Owner, Protocol, RemoteName, SCcipher, CScipher, Keys, Accept
The CryptoInformation(object,Owner,Protocol,RemoteName,SCcipher,CScipher,Keys,Accept) syntax has these parts:
The CryptoInformation(object,Owner,Protocol,RemoteName,SCcipher,CScipher,Keys,Accept) syntax has these parts:
object | An expression evaluating to an object of type wodTunnelNotify. |
Owner | Required. A wodTunnelCom object. Reference to the wodTunnelCom instance that called this notification method. |
Protocol | Required. A String value. Holds the selected protocol (SSH1/SSH2). |
RemoteName | Required. A String value. Holds the identification text sent by remote side. |
SCcipher | Required. A String value. Server to client encryption algorithm. |
CScipher | Required. A String value. Client to server encryption algorithm. |
Keys | Required. A String value. Key exchange algorithm selected. |
Accept | Required. A Boolean value. When set to False, wodSSHTunnel aborts the connection. |