Curve Property
Curve
The Elliptic Curve that the key resides on.
C#
public CoseEcCurve Curve { get; set; }
Property Value
Type | Description |
---|---|
CoseEcCurve |
Exceptions
Type | Condition |
---|---|
System.NotSupportedException | On set, the curve specified is not supported. |