The SshCipher type exposes the following members.

Methods

  NameDescription
Public methodSupported by the .NET Compact FrameworkEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkGetHashCode
Serves as a hash function for a particular type. GetHashCode()()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkToString
Returns a description of the cipher.
(Overrides Object..::..ToString()()()().)

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