The SshCipher type exposes the following members.

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkHostKeyAlgorithm
Gets the host key algorithm used during key negotiation.
Public propertySupported by the .NET Compact FrameworkHostKeyCipherId
Gets cipher ID of the host key algorithm used during key negotiation.
Public propertySupported by the .NET Compact FrameworkIncomingCompressionEnabled
Gets the value indicating whether incoming compression is used.
Public propertySupported by the .NET Compact FrameworkIncomingEncryptionAlgorithm
Gets the active encryption algorithm.
Public propertySupported by the .NET Compact FrameworkIncomingEncryptionCipherId
Gets cipher ID of the active incoming encryption algorithm.
Public propertySupported by the .NET Compact FrameworkIncomingEncryptionMode
Gets the active encryption algorithm mode.
Public propertySupported by the .NET Compact FrameworkIncomingMacAlgorithm
Gets the active message authentication code (MAC) algorithm.
Public propertySupported by the .NET Compact FrameworkIncomingMacCipherId
Gets cipher ID of the active incoming message authentication code (MAC) algorithm.
Public propertySupported by the .NET Compact FrameworkKeyExchangeAlgorithm
Gets the key exchange algorithm used during key negotiation.
Public propertySupported by the .NET Compact FrameworkKeyExchangeCipherId
Gets cipher ID of the key exchange algorithm used during key negotiation.
Public propertySupported by the .NET Compact FrameworkOutgoingCompressionEnabled
Gets the value indicating whether outgoing compression is used.
Public propertySupported by the .NET Compact FrameworkOutgoingEncryptionAlgorithm
Gets the active encryption algorithm.
Public propertySupported by the .NET Compact FrameworkOutgoingEncryptionCipherId
Gets cipher ID of the active outgoing encryption algorithm.
Public propertySupported by the .NET Compact FrameworkOutgoingEncryptionMode
Gets the active encryption algorithm mode.
Public propertySupported by the .NET Compact FrameworkOutgoingMacAlgorithm
Gets the active message authentication code (MAC) algorithm.
Public propertySupported by the .NET Compact FrameworkOutgoingMacCipherId
Gets cipher ID of the active outgoing message authentication code (MAC) algorithm.
Public propertySupported by the .NET Compact FrameworkSignatureHashAlgorithm
Gets the hash algorithm used for host key signature.

See Also