ECPrivateKeyParameters Class
Namespace: Yubico.YubiKey.Cryptography Assembly: Yubico.YubiKey.dllRepresents the parameters for an Elliptic Curve (EC) private key.
C#
[Obsolete("Use ECPrivateKey instead", false)]
public sealed class ECPrivateKeyParameters : ECPrivateKey, 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) |