Xceed .NET Libraries Documentation
Xceed.SSH.Protocols Assembly / Xceed.SSH.Protocols Namespace / SshEcDsaPublicKeyAlgorithm.XceedEcDsaCryptoServiceProvider Class / ImportParameters Method


In This Topic
    ImportParameters Method (SshEcDsaPublicKeyAlgorithm.XceedEcDsaCryptoServiceProvider)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub ImportParameters( _
       ByVal curve As WeierstrassEllipticCurve, _
       ByVal q() As Byte, _
       ByVal privateKey() As Byte, _
       ByVal k() As Byte _
    ) 
    'Usage
     
    Dim instance As SshEcDsaPublicKeyAlgorithm.XceedEcDsaCryptoServiceProvider
    Dim curve As WeierstrassEllipticCurve
    Dim q() As Byte
    Dim privateKey() As Byte
    Dim k() As Byte
     
    instance.ImportParameters(curve, q, privateKey, k)
    public void ImportParameters( 
       WeierstrassEllipticCurve curve,
       byte[] q,
       byte[] privateKey,
       byte[] k
    )

    Parameters

    curve
    q
    privateKey
    k
    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