Click or drag to resize

EccPublicKeyFromPrivate Method

Convert an internal EC private key string into an internal EC public key string.

Namespace: CryptoSysPKI
Assembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.30549 (23.1.0.0)
Syntax
public static string PublicKeyFromPrivate(
	string internalKey
)

Parameters

internalKey  String
the private key as an internal key string

Return Value

String
The public key in ephemeral "internal" representation, or the empty string on error
See Also