Skip to content

SSH.Session.GetActualAlgorithm

Andrew Lambert edited this page Nov 26, 2022 · 5 revisions

SSH.Session.GetActualAlgorithm

Method Signature

 Function GetActualAlgorithm(Type As SSH.AlgorithmType) As String

Parameters

Name Type Comment
Type AlgorithmType The type of algorithm to query.

Return value

The negotiated algorithm for the specified AlgorithmType.

Remarks

Once connected to a server, this method returns the negotiated algorithm for the specified AlgorithmType.

See also

Clone this wiki locally