Show / Hide Table of Contents

GetByCoseCurve Method

GetByCoseCurve(CoseEcCurve)

Gets a key definition by its curve type.

C#
public static KeyDefinition GetByCoseCurve(CoseEcCurve curve)

Parameters

Type Name Description
CoseEcCurve curve

The curve type of the key.

Returns

KeyDefinition

The key definition for the specified curve type.

Exceptions

Type Condition
InvalidOperationException

When the curve type is not supported.

In this article
Back to top Generated by DocFX