Xceed .NET Libraries Documentation
Xceed.SSH.Protocols Assembly / Xceed.SSH.Protocols Namespace / SshEdDsaPublicKeyAlgorithm Class / SshEdDsaPublicKeyAlgorithm Constructor


In This Topic
    SshEdDsaPublicKeyAlgorithm Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal edAlgorithm As EdDSAAlgorithm _
    )
    'Usage
     
    Dim edAlgorithm As EdDSAAlgorithm
     
    Dim instance As New SshEdDsaPublicKeyAlgorithm(edAlgorithm)
    public SshEdDsaPublicKeyAlgorithm( 
       EdDSAAlgorithm edAlgorithm
    )

    Parameters

    edAlgorithm
    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