PublicKeyInfo.GetECParameters Method
Namespace: Rebex.Security.Cryptography.Pkcs
Assembly: Rebex.Common.dll (version 8.0.9673)
GetECParameters()
Gets the elliptic curve cryptography parameters for an elliptic curve public key. May only be used for elliptic curve public keys.
Declaration
public ECParameters GetECParameters()
Returns
| Type | Description |
|---|---|
| ECParameters | Elliptic curve parameters. |