Show / Hide Table of Contents

ECPrivateKeyParameters Class

Namespace: Yubico.YubiKey.Cryptography Assembly: Yubico.YubiKey.dll

Represents the parameters for an Elliptic Curve (EC) private key.

C#
[Obsolete("Use ECPrivateKey instead", false)]
public sealed class ECPrivateKeyParameters : ECPrivateKey, IPrivateKey, IKeyBase
Inheritance object PrivateKey ECPrivateKey ECPrivateKeyParameters
Implements
IPrivateKey
IKeyBase

Remarks

This class encapsulates the parameters specific to EC private keys and contains the necessary private key data.

Constructors

Name Description
ECPrivateKeyParameters(ECDsa)
ECPrivateKeyParameters(ECParameters)

Extension Methods

IPrivateKeyExtensions.Cast<T>(IPrivateKey)
KeyExtensions.EncodeAsPiv(IPrivateKey)
In this article
Back to top Generated by DocFX