Xceed .NET Libraries Documentation
SSHAlgorithmList Constructor(SSHAlgorithmList,SSHAlgorithmList,SSHAlgorithmList[])


Xceed.SSH.Core Assembly > Xceed.SSH.Core Namespace > SSHAlgorithmList Class > SSHAlgorithmList Constructor : SSHAlgorithmList Constructor(SSHAlgorithmList,SSHAlgorithmList,SSHAlgorithmList[])
Syntax
'Declaration
 
Public Function New( _
   ByVal defaultAlgorithms As SSHAlgorithmList, _
   ByVal readTarget As SSHAlgorithmList, _
   ByVal ParamArray targets() As SSHAlgorithmList _
)
'Usage
 
Dim defaultAlgorithms As SSHAlgorithmList
Dim readTarget As SSHAlgorithmList
Dim targets() As SSHAlgorithmList
 
Dim instance As New SSHAlgorithmList(defaultAlgorithms, readTarget, targets)
public SSHAlgorithmList( 
   SSHAlgorithmList defaultAlgorithms,
   SSHAlgorithmList readTarget,
   params SSHAlgorithmList[] targets
)

Parameters

defaultAlgorithms
readTarget
targets
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SSHAlgorithmList Class
SSHAlgorithmList Members
Overload List