Class AMNetSshAlgorithms.Presets
Recommended algorithm preference lists.
Inherited Members
Namespace: ApacheMinaSSHD.NET.Wrapper
Assembly: ApacheMinaSSHD.NET.Wrapper.dll
Syntax
public static class AMNetSshAlgorithms.Presets
Properties
| Edit this page View SourceModernCiphers
Modern cipher preference order, filtered by ApplyModernAlgorithmDefaults().
Declaration
public static IReadOnlyList<string> ModernCiphers { get; }
Property Value
| Type | Description |
|---|---|
| IReadOnlyList<string> |
ModernHostKeys
Modern host key/signature preference order, filtered by ApplyModernAlgorithmDefaults().
Declaration
public static IReadOnlyList<string> ModernHostKeys { get; }
Property Value
| Type | Description |
|---|---|
| IReadOnlyList<string> |
ModernKeyExchanges
Modern key exchange preference order, filtered by ApplyModernAlgorithmDefaults().
Declaration
public static IReadOnlyList<string> ModernKeyExchanges { get; }
Property Value
| Type | Description |
|---|---|
| IReadOnlyList<string> |
ModernMacs
Modern MAC preference order, filtered by ApplyModernAlgorithmDefaults().
Declaration
public static IReadOnlyList<string> ModernMacs { get; }
Property Value
| Type | Description |
|---|---|
| IReadOnlyList<string> |