SshCipher Class
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9147)
Represents an SSH cipher.
Syntax
public class SshCipher
Inherited Members
Properties
Name | Description |
---|---|
Host |
Gets the host key algorithm used during key negotiation. |
Host |
Gets cipher ID of the host key algorithm used during key negotiation. |
Incoming |
Gets a value indicating whether incoming compression is used. |
Incoming |
Gets the active encryption algorithm. |
Incoming |
Gets cipher ID of the active incoming encryption algorithm. |
Incoming |
Gets the active encryption algorithm mode. |
Incoming |
Gets the active message authentication code (MAC) algorithm. |
Incoming |
Gets cipher ID of the active incoming message authentication code (MAC) algorithm. |
Key |
Gets the key exchange algorithm used during key negotiation. |
Key |
Gets cipher ID of the key exchange algorithm used during key negotiation. |
Outgoing |
Gets a value indicating whether outgoing compression is used. |
Outgoing |
Gets the active encryption algorithm. |
Outgoing |
Gets cipher ID of the active outgoing encryption algorithm. |
Outgoing |
Gets the active encryption algorithm mode. |
Outgoing |
Gets the active message authentication code (MAC) algorithm. |
Outgoing |
Gets cipher ID of the active outgoing message authentication code (MAC) algorithm. |
Signature |
Gets the hash algorithm used for host key signature. |
Strict |
Gets a value indicating whether strict key exchange is used. |
Methods
Name | Description |
---|---|
To |
Returns a description of the cipher. |