Xceed .NET Libraries Documentation
Xceed.SSH.Protocols Assembly / Xceed.SSH.Protocols Namespace / SshEdDsaPublicKeyAlgorithm.XceedEdDsaCryptoServiceProvider Class / ImportParameters Method


In This Topic
    ImportParameters Method (SshEdDsaPublicKeyAlgorithm.XceedEdDsaCryptoServiceProvider)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub ImportParameters( _
       ByVal edDSAAlgorithm As EdDSAAlgorithm, _
       ByVal key() As Byte _
    ) 
    'Usage
     
    Dim instance As SshEdDsaPublicKeyAlgorithm.XceedEdDsaCryptoServiceProvider
    Dim edDSAAlgorithm As EdDSAAlgorithm
    Dim key() As Byte
     
    instance.ImportParameters(edDSAAlgorithm, key)
    public void ImportParameters( 
       EdDSAAlgorithm edDSAAlgorithm,
       byte[] key
    )

    Parameters

    edDSAAlgorithm
    key
    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