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.
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:
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.
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/