Class Algorithm
- Namespace
- Renci.SshNet.Security
- Assembly
- Renci.SshNet.dll
Represents the abstract base class from which all implementations of algorithms must inherit.
public abstract class Algorithm
Inheritance
Derived
Inherited Members
Properties
Name
Gets the algorithm name.
public abstract string Name { get; }