Skip to content

SSH.Agent.GetIdentity

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

SSH.Agent.GetIdentity

Method Signature

 Function GetIdentity(Index As Integer) As SSH.AgentKey

Parameters

Name Type Comment
Index Integer The index of the identity to get.

Return value

An instance of AgentKey representing the identity at Index in the agent's list.

Clone this wiki locally