-
Notifications
You must be signed in to change notification settings - Fork 187
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
GDS: fix Application unregistration in SQL DB for Winforms Server & fix private key storage in Pull Model GDS Client #598
GDS: fix Application unregistration in SQL DB for Winforms Server & fix private key storage in Pull Model GDS Client #598
Conversation
… Pull Model certificate creation in GDS Client
Nuget versions mismatch, build error |
@mregen locally my build works fine, can you provide an error message? |
see https://github.com/OPCFoundation/UA-.NETStandard-Samples/pull/603/checks?check_run_id=24548958539 |
The problem with private key is still present. When I debug I can see that already when I create the certificate for the first time it seems to be OK when I watch it in the certificate store, but the statements:
Returns newCert with 'newCert.PrivateKey' threw an exception of type 'System.Security.Cryptography.CryptographicException' |
Proposed changes
Related Issues
Types of changes
Checklist
Further comments