Xceed .NET Libraries Documentation
CreatePrivateKey(Byte[],Byte[],Byte[]) Method


Xceed.SSH.Protocols Assembly > Xceed.SSH.Protocols Namespace > SshEcDsaPublicKeyAlgorithm Class > CreatePrivateKey Method : CreatePrivateKey(Byte[],Byte[],Byte[]) Method
Syntax
'Declaration
 
Public Overloads Function CreatePrivateKey( _
   ByVal q() As Byte, _
   ByVal privateKey() As Byte, _
   ByVal k() As Byte _
) As AsymmetricAlgorithm
'Usage
 
Dim instance As SshEcDsaPublicKeyAlgorithm
Dim q() As Byte
Dim privateKey() As Byte
Dim k() As Byte
Dim value As AsymmetricAlgorithm
 
value = instance.CreatePrivateKey(q, privateKey, k)
public AsymmetricAlgorithm CreatePrivateKey( 
   byte[] q,
   byte[] privateKey,
   byte[] k
)

Parameters

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

Reference

SshEcDsaPublicKeyAlgorithm Class
SshEcDsaPublicKeyAlgorithm Members
Overload List