Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix NullReferenceException in COSE Key constructor that takes BouncyC…
…astle AsymmetricKeyParameter objects This particular constructor doesn't initialize _map, and so FromKey's attempts to call Add on it result in a NullReferenceException. Fix by calling the parameterless constructor first, which does this initialization.
- Loading branch information