-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Add SignedCms to the TypeForwards in the System.Security.Cryptography.Pkcs facade #18325
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
There are about 48 types in netstandard version, we should add them all (even if with PNSE) |
|
@marek-safar the type is not part of the NS (at least 2.x) as far as I understand. |
|
This is BCL not netstandard assembly so we can provide our own API but considering there are no . for Xamarin we should be a superset of NS2.1 implementation. |
|
In looking at the System.Security.Cryptography.Pkcs netstandard 2.1 package, these types are not in our facade: |
|
@monojenkins build failed |
|
@monojenkins commit apidiff and csproj |
|
@monojenkins backport 2019-12 |
|
@monojenkins backport 2019-10 |
Fixes #18323