PrivateKeyConnectionInfo PropertiesSSH .NET Client Library Documentation
The PrivateKeyConnectionInfo type exposes the following members.
Properties

  NameDescription
Public propertyAuthenticationMethods
Gets supported authentication methods for this connection.
(Inherited from ConnectionInfo.)
Public propertyChannelRequests
Gets supported channel requests for this connection.
(Inherited from ConnectionInfo.)
Public propertyClientVersion
Get the client version.
(Inherited from ConnectionInfo.)
Public propertyCompressionAlgorithms
Gets supported compression algorithms for this connection.
(Inherited from ConnectionInfo.)
Public propertyCurrentClientCompressionAlgorithm
Gets the current client compression algorithm.
(Inherited from ConnectionInfo.)
Public propertyCurrentClientEncryption
Gets the current client encryption.
(Inherited from ConnectionInfo.)
Public propertyCurrentClientHmacAlgorithm
Gets the current client hash algorithm.
(Inherited from ConnectionInfo.)
Public propertyCurrentHostKeyAlgorithm
Gets the current host key algorithm.
(Inherited from ConnectionInfo.)
Public propertyCurrentKeyExchangeAlgorithm
Gets the current key exchange algorithm.
(Inherited from ConnectionInfo.)
Public propertyCurrentServerCompressionAlgorithm
Gets the current server compression algorithm.
(Inherited from ConnectionInfo.)
Public propertyCurrentServerEncryption
Gets the current server encryption.
(Inherited from ConnectionInfo.)
Public propertyCurrentServerHmacAlgorithm
Gets the current server hash algorithm.
(Inherited from ConnectionInfo.)
Public propertyEncryptions
Gets supported encryptions for this connection.
(Inherited from ConnectionInfo.)
Public propertyHmacAlgorithms
Gets supported hash algorithms for this connection.
(Inherited from ConnectionInfo.)
Public propertyHost
Gets connection host.
(Inherited from ConnectionInfo.)
Public propertyHostKeyAlgorithms
Gets supported host key algorithms for this connection.
(Inherited from ConnectionInfo.)
Public propertyIsAuthenticated
Gets a value indicating whether connection is authenticated.
(Inherited from ConnectionInfo.)
Public propertyKeyExchangeAlgorithms
Gets supported key exchange algorithms for this connection.
(Inherited from ConnectionInfo.)
Public propertyKeyFiles
Gets the key files used for authentication.
Public propertyMaxSessions
Gets or sets maximum number of session channels to be open simultaneously.
(Inherited from ConnectionInfo.)
Public propertyPort
Gets connection port.
(Inherited from ConnectionInfo.)
Public propertyProxyHost
Gets proxy connection host.
(Inherited from ConnectionInfo.)
Public propertyProxyPassword
Gets proxy connection password.
(Inherited from ConnectionInfo.)
Public propertyProxyPort
Gets proxy connection port.
(Inherited from ConnectionInfo.)
Public propertyProxyType
Gets proxy type.
(Inherited from ConnectionInfo.)
Public propertyProxyUsername
Gets proxy connection username.
(Inherited from ConnectionInfo.)
Public propertyRetryAttempts
Gets or sets number of retry attempts when session channel creation failed.
(Inherited from ConnectionInfo.)
Public propertyServerVersion
Gets the server version.
(Inherited from ConnectionInfo.)
Public propertyTimeout
Gets or sets connection timeout.
(Inherited from ConnectionInfo.)
Public propertyUsername
Gets connection username.
(Inherited from ConnectionInfo.)
Back to Top
See Also