Table of Contents

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
Algorithm
Derived
Inherited Members

Constructors

Algorithm()

protected Algorithm()

Properties

Name

Gets algorithm name.

public abstract string Name { get; }

Property Value

string