The SshParameters type exposes the following members.

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkAuthenticationMethods
Gets or sets the group of allowed authentication methods.
Public propertySupported by the .NET Compact FrameworkCompression
On clients, gets or sets a value indicating whether to prefer communication compression if supported by the server.
On servers, gets or sets a value indicating whether to enable or disable communication compression.
Public propertySupported by the .NET Compact FrameworkCompressionLevel
Gets or sets the compression level to be used if compression takes effect.
Possible values are 0-9, where 0 means no compression (fastest) and 9 means best compression (slowest). 5 (medium compression and speed) is a default value.
This only affects outgoing data.
Public propertySupported by the .NET Compact FrameworkEnabledHostKeyAlgorithmsWithSha2
Gets or sets a value that indicates whether to enable host ket algorithms based on SHA-2, which might be slow on Windows CE 6.0 or earlier.
Public propertySupported by the .NET Compact FrameworkEncryptionAlgorithms
Gets or sets the group of allowed encryption algorithms.
Public propertySupported by the .NET Compact FrameworkEncryptionModes
Gets or sets the group of allowed encryption modes.
Public propertySupported by the .NET Compact FrameworkHostKeyAlgorithms
Gets or sets the group of allowed host key (server key) algorithms.
Public propertySupported by the .NET Compact FrameworkKeyExchangeAlgorithms
Gets or sets the group of allowed key exchange algorithms.
Public propertySupported by the .NET Compact FrameworkMacAlgorithms
Get or sets the allowed message authentication code algorithms.
Public propertySupported by the .NET Compact FrameworkMaximumPacketSize
Gets or sets maximum SSH packet size. Valid packet size range is 4096 to 131072.
Public propertySupported by the .NET Compact FrameworkMinimumDiffieHellmanKeySize
Gets or sets the minimum allowed size (in bits) of the ephemeral Diffie-Hellman prime.
Public propertySupported by the .NET Compact FrameworkMinimumRsaKeySize
Gets or sets the minimum allowed size of the RSA key.
Public propertySupported by the .NET Compact FrameworkPreferredHostKeyAlgorithm
Gets or sets the preferred host key (server key) algorithm.
Public propertySupported by the .NET Compact FrameworkUseLegacyGroupExchange
Gets or sets a value indicating whether to use legacy form of Diffie-Hellman group exchange instead of the standard form.

See Also