Show / Hide Table of Contents

CreateFromParameters Method

CreateFromParameters(ECParameters)

Creates an instance of ECPublicKey from the given parameters.

C#
public static ECPublicKey CreateFromParameters(ECParameters parameters)

Parameters

Type Name Description
ECParameters parameters

The parameters to create the key from.

Returns

ECPublicKey

An instance of ECPublicKey.

In this article
Back to top Generated by DocFX