Xceed .NET Libraries Documentation
SSHAlgorithmList Constructor(IEnumerable<String>,IList<String>,IList<String>[])


Xceed.SSH.Core Assembly > Xceed.SSH.Core Namespace > SSHAlgorithmList Class > SSHAlgorithmList Constructor : SSHAlgorithmList Constructor(IEnumerable<String>,IList<String>,IList<String>[])
Syntax
'Declaration
 
Public Function New( _
   ByVal defaultAlgorithms As IEnumerable(Of String), _
   ByVal readTarget As IList(Of String), _
   ByVal ParamArray targets() As IList(Of String) _
)
'Usage
 
Dim defaultAlgorithms As IEnumerable(Of String)
Dim readTarget As IList(Of String)
Dim targets() As IList(Of String)
 
Dim instance As New SSHAlgorithmList(defaultAlgorithms, readTarget, targets)
public SSHAlgorithmList( 
   IEnumerable<string> defaultAlgorithms,
   IList<string> readTarget,
   params IList<string>[] 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