Show / Hide Table of Contents

Parameters Property

Parameters

Gets the Elliptic Curve parameters associated with this instance.

C#
public ECParameters Parameters { get; }

Property Value

Type Description
ECParameters

An System.Security.Cryptography.ECParameters structure containing the curve parameters, key, and other cryptographic elements needed for EC operations.

In this article
Back to top Generated by DocFX