Skip to content
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

Could not load type 'System.Security.Cryptography.X509Certificates.CertificateRequest' #13

Open
rpgmaster280 opened this issue May 13, 2022 · 0 comments

Comments

@rpgmaster280
Copy link

This issue is more for documentation reasons but could potentially be fixed. If you see this error, it means that your victim is using a version of .NET that is less than 4.7. Specifically, CertificateRequest does not exist in earlier .NET versions.

image

One possible way to fix this is to use a third party library and statically link it. The library below looks like a good candidate:

https://www.bouncycastle.org/

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

No branches or pull requests

1 participant