The SshCipher type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | 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.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString |
Returns a description of the cipher.
(Overrides Object..::..ToString()()()().) |
Properties
| Name | Description | |
|---|---|---|
| HostKeyAlgorithm |
Gets the host key algorithm used during key negotiation.
| |
| HostKeyCipherId |
Gets cipher ID of the host key algorithm used during key negotiation.
| |
| IncomingCompressionEnabled |
Gets the value indicating whether incoming compression is used.
| |
| IncomingEncryptionAlgorithm |
Gets the active encryption algorithm.
| |
| IncomingEncryptionCipherId |
Gets cipher ID of the active incoming encryption algorithm.
| |
| IncomingEncryptionMode |
Gets the active encryption algorithm mode.
| |
| IncomingMacAlgorithm |
Gets the active message authentication code (MAC) algorithm.
| |
| IncomingMacCipherId |
Gets cipher ID of the active incoming message authentication code (MAC) algorithm.
| |
| KeyExchangeAlgorithm |
Gets the key exchange algorithm used during key negotiation.
| |
| KeyExchangeCipherId |
Gets cipher ID of the key exchange algorithm used during key negotiation.
| |
| OutgoingCompressionEnabled |
Gets the value indicating whether outgoing compression is used.
| |
| OutgoingEncryptionAlgorithm |
Gets the active encryption algorithm.
| |
| OutgoingEncryptionCipherId |
Gets cipher ID of the active outgoing encryption algorithm.
| |
| OutgoingEncryptionMode |
Gets the active encryption algorithm mode.
| |
| OutgoingMacAlgorithm |
Gets the active message authentication code (MAC) algorithm.
| |
| OutgoingMacCipherId |
Gets cipher ID of the active outgoing message authentication code (MAC) algorithm.
| |
| SignatureHashAlgorithm |
Gets the hash algorithm used for host key signature.
|