Method IsOverAPermittedCurve
- Namespace
- MailFathom.Common.ClientAssertions
- Assembly
- MailFathom.Common.dll
IsOverAPermittedCurve(ECDsa)
Reports whether a permitted algorithm is defined over the curve a key was generated on.
public static bool IsOverAPermittedCurve(ECDsa signingKey)
Parameters
signingKeyECDsaThe elliptic-curve key.
Returns
Exceptions
- ArgumentNullException
Thrown when
signingKeyis null.