ToEcParameters Method
ToEcParameters()
Returns the COSE key as a new .NET ECParameters
structure. Used
for interoperating with the .NET crypto library.
C#
public ECParameters ToEcParameters()
Returns
System.Security.Cryptography.ECParameters
The public key in the form of an ECParameters
structure.