Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@steveisok
Copy link
Contributor

Fixes #18323

@marek-safar
Copy link
Member

There are about 48 types in netstandard version, we should add them all (even if with PNSE)

@EgorBo
Copy link
Member

EgorBo commented Dec 31, 2019

@marek-safar the type is not part of the NS (at least 2.x) as far as I understand.

@marek-safar
Copy link
Member

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.

@steveisok
Copy link
Contributor Author

In looking at the System.Security.Cryptography.Pkcs netstandard 2.1 package, these types are not in our facade:

System.Security.Cryptography.Pkcs.CmsSigner
System.Security.Cryptography.Pkcs.Pkcs12Builder
System.Security.Cryptography.Pkcs.Pkcs12CertBag
System.Security.Cryptography.Pkcs.Pkcs12ConfidentialityMode
System.Security.Cryptography.Pkcs.Pkcs12Info
System.Security.Cryptography.Pkcs.Pkcs12IntegrityMode
System.Security.Cryptography.Pkcs.Pkcs12KeyBag
System.Security.Cryptography.Pkcs.Pkcs12SafeBag
System.Security.Cryptography.Pkcs.Pkcs12SafeContents
System.Security.Cryptography.Pkcs.Pkcs12SafeContentsBag
System.Security.Cryptography.Pkcs.Pkcs12SecretBag
System.Security.Cryptography.Pkcs.Pkcs12ShroudedKeyBag
System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo
System.Security.Cryptography.Pkcs.Pkcs9LocalKeyId
System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest
System.Security.Cryptography.Pkcs.Rfc3161TimestampToken
System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo
System.Security.Cryptography.Pkcs.SignerInfo
System.Security.Cryptography.Pkcs.SignerInfoCollection
System.Security.Cryptography.Pkcs.SignerInfoEnumerator

@steveisok
Copy link
Contributor Author

@monojenkins build failed

@steveisok
Copy link
Contributor Author

@monojenkins commit apidiff and csproj

monojenkins added a commit to mono/api-snapshot that referenced this pull request Jan 7, 2020
@steveisok steveisok requested a review from marek-safar as a code owner January 7, 2020 02:34
@akoeplinger akoeplinger merged commit 0ccf503 into mono:master Jan 7, 2020
@steveisok
Copy link
Contributor Author

@monojenkins backport 2019-12

@steveisok
Copy link
Contributor Author

@monojenkins backport 2019-10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Error MT2101: Can't resolve the reference 'System.Security.Cryptography.Pkcs.SignedCms'

5 participants