The PrivateKeyConnectionInfo type exposes the following members.
Back to Top
Properties
| Name | Description | |
|---|---|---|
| AuthenticationMethods |
Gets supported authentication methods for this connection.
(Inherited from ConnectionInfo.) | |
| ChannelRequests |
Gets supported channel requests for this connection.
(Inherited from ConnectionInfo.) | |
| ClientVersion |
Get the client version.
(Inherited from ConnectionInfo.) | |
| CompressionAlgorithms |
Gets supported compression algorithms for this connection.
(Inherited from ConnectionInfo.) | |
| CurrentClientCompressionAlgorithm |
Gets the current client compression algorithm.
(Inherited from ConnectionInfo.) | |
| CurrentClientEncryption |
Gets the current client encryption.
(Inherited from ConnectionInfo.) | |
| CurrentClientHmacAlgorithm |
Gets the current client hash algorithm.
(Inherited from ConnectionInfo.) | |
| CurrentHostKeyAlgorithm |
Gets the current host key algorithm.
(Inherited from ConnectionInfo.) | |
| CurrentKeyExchangeAlgorithm |
Gets the current key exchange algorithm.
(Inherited from ConnectionInfo.) | |
| CurrentServerCompressionAlgorithm |
Gets the current server compression algorithm.
(Inherited from ConnectionInfo.) | |
| CurrentServerEncryption |
Gets the current server encryption.
(Inherited from ConnectionInfo.) | |
| CurrentServerHmacAlgorithm |
Gets the current server hash algorithm.
(Inherited from ConnectionInfo.) | |
| Encryptions |
Gets supported encryptions for this connection.
(Inherited from ConnectionInfo.) | |
| HmacAlgorithms |
Gets supported hash algorithms for this connection.
(Inherited from ConnectionInfo.) | |
| Host |
Gets connection host.
(Inherited from ConnectionInfo.) | |
| HostKeyAlgorithms |
Gets supported host key algorithms for this connection.
(Inherited from ConnectionInfo.) | |
| IsAuthenticated |
Gets a value indicating whether connection is authenticated.
(Inherited from ConnectionInfo.) | |
| KeyExchangeAlgorithms |
Gets supported key exchange algorithms for this connection.
(Inherited from ConnectionInfo.) | |
| KeyFiles |
Gets the key files used for authentication.
| |
| MaxSessions |
Gets or sets maximum number of session channels to be open simultaneously.
(Inherited from ConnectionInfo.) | |
| Port |
Gets connection port.
(Inherited from ConnectionInfo.) | |
| ProxyHost |
Gets proxy connection host.
(Inherited from ConnectionInfo.) | |
| ProxyPassword |
Gets proxy connection password.
(Inherited from ConnectionInfo.) | |
| ProxyPort |
Gets proxy connection port.
(Inherited from ConnectionInfo.) | |
| ProxyType |
Gets proxy type.
(Inherited from ConnectionInfo.) | |
| ProxyUsername |
Gets proxy connection username.
(Inherited from ConnectionInfo.) | |
| RetryAttempts |
Gets or sets number of retry attempts when session channel creation failed.
(Inherited from ConnectionInfo.) | |
| ServerVersion |
Gets the server version.
(Inherited from ConnectionInfo.) | |
| Timeout |
Gets or sets connection timeout.
(Inherited from ConnectionInfo.) | |
| Username |
Gets connection username.
(Inherited from ConnectionInfo.) |
See Also