This repository was archived by the owner on Jul 26, 2023. It is now read-only.

Description
Ryan Byington said this:
This is a bug in the .NET Native toolchain. I have opened 205214 to track this issue.
You can work around this issue by updating the PInvoke.NTSTATUS type here and the Value property to not use an auto-implemented property and instead define an explicit field(e.g. m_value) for the property.
Reported by @AymenDaoudi and @paulanthonymorris as tracked by AArnott/PCLCrypto#81