We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Dear Team,
Can someone help us on below problem getting at the time of subscribe .
What key should we use for decrypt the encryption get from on subscribe .
Also do you have any utility in dot net framework .
Error :- Invalid algorithm specified.
private ECDiffieHellmanCng LoadPrivateKey(string encPrivateKey) {
byte[] privateKeyBytes = Convert.FromBase64String(encPrivateKey); CngKey cngKey = CngKey.Import(privateKeyBytes, CngKeyBlobFormat.Pkcs8PrivateBlob); return new ECDiffieHellmanCng(cngKey); }
The text was updated successfully, but these errors were encountered:
Can anyone help on this issue
Sorry, something went wrong.
Merge pull request ONDC-Official#59 from CharanpreetChawla/feature/si…
2fad383
…gnverPHP Feature/signver php
No branches or pull requests
Dear Team,
Can someone help us on below problem getting at the time of subscribe .
What key should we use for decrypt the encryption get from on subscribe .
Also do you have any utility in dot net framework .
Error :-
Invalid algorithm specified.
private ECDiffieHellmanCng LoadPrivateKey(string encPrivateKey)
{
The text was updated successfully, but these errors were encountered: