'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