The SshServerInfo 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 String that represents the current Object. (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| CompressionAlgorithmsClientToServer |
Name-list of acceptable compression algorithms in order of preference.
| |
| CompressionAlgorithmsServerToClient |
Name-list of acceptable compression algorithms in order of preference.
| |
| EncryptionAlgorithmsClientToServer |
Name-list of acceptable symmetric encryption algorithms in order of preference.
| |
| EncryptionAlgorithmsServerToClient |
Name-list of acceptable symmetric encryption algorithms in order of preference.
| |
| KeyExchangeAlgorithms |
Name-list of the key exchange algorithms in order of preference.
| |
| MacAlgorithmsClientToServer |
Name-list of acceptable MAC algorithms in order of preference.
| |
| MacAlgorithmsServerToClient |
Name-list of acceptable MAC algorithms in order of preference.
| |
| ServerHostKeyAlgorithms |
Name-list of the algorithms supported for the server host key.
|