-
Notifications
You must be signed in to change notification settings - Fork 42
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
.netcore #37
Comments
Здравствуйте. На данный момент нет поддержки .NET Core. |
Здравствуйте, та же проблема. Это исключительно из-за .net core (в проекте 2.0) и нет никакого способа на данный момент устранить эту ошибку ? |
для начала в .нет 4 коре изменилось все в безопасности ))) |
Они всё сломали ))) |
я вообще уже ее переводил на 5ый ... но.... те еще танцы были |
Они её в незапланированное кинули, так что не факт что в 5 будет... |
Когда будет поддержка .NET Core? |
КриптопроCSP установдлен
Сертификат корректный (но privateKey свойство у него недоступно почему-то), но при попытке подписать сообщение ниже приведенным кодом возникает ошибка:
GostCryptoConfig.ProviderType = GostCryptography.Base.ProviderType.CryptoPro_2012_512;
Ошибка:
'1.2.643.7.1.1.2.2' is not a known hash algorithm.
trace:
at Internal.Cryptography.PkcsHelpers.GetDigestAlgorithm(String oidValue, Boolean forVerification)
at System.Security.Cryptography.Pkcs.CmsSigner.Sign(ReadOnlyMemory`1 data, String contentTypeOid, Boolean silent, X509Certificate2Collection& chainCerts)
at System.Security.Cryptography.Pkcs.SignedCms.ComputeSignature(CmsSigner signer, Boolean silent)
at GostCryptography.Pkcs.GostSignedCms.ComputeSignature(CmsSigner signer, Boolean silent)
at GostCryptography.Pkcs.GostSignedCms.ComputeSignature(CmsSigner signer)
Что я делаю неверно?
The text was updated successfully, but these errors were encountered: