How to Generate Token with using of BanksPublic Key And Json string
please Help Me Fast !.....
How to Generate Token with using of BanksPublic Key And Json string
please Help Me Fast !.....
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Naimish MakwanaPosted May 8, 2023, 12:18 PM
here's an example in C# for generating a token using a bank's public key and a JSON string:
This method takes two parameters:
publicKeyString, which is the bank's public key in XML format, andjsonString, which is the JSON string that you want to encrypt.Here's an example of how to use this method:
Thanks