'Declaration Public Function Create( _ ByVal algorithmName As String _ ) As ISSHKeyExchangeAlgorithm
'Usage Dim instance As DefaultSSHKeyExchangeAlgorithmFactory Dim algorithmName As String Dim value As ISSHKeyExchangeAlgorithm value = instance.Create(algorithmName)
public ISSHKeyExchangeAlgorithm Create( string algorithmName )
Parameters
- algorithmName