Gets a list of allowed host key algorithms IDs and their order. See SetHostKeyAlgorithms(array<String>[]()[][]) for more info.

Namespace:  Rebex.Net
Assembly:  Rebex.Networking (in Rebex.Networking.dll)

Syntax

Visual Basic
Public Function GetHostKeyAlgorithms As String()
C#
public string[] GetHostKeyAlgorithms()

Return Value

List of host key algorithm IDs.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also