Hi Team,
I have been working on of my startup application. I am trying to invoke VISA API for sample calls using C#.NET.
In the sample its asking for me to enter certification password in the following configuration. Where can I get that password? Please suggest me to get the same.
<add key="certPassword" value="{put your p12 file password here}" />
Thanks,
Ramesh Arige
Hello @ramesharige,
For C# we use a .p12 file for authentication. When using C# you would be required to pass:
Key |
Description |
cert |
The system path for the .p12 file that you have made |
certPassword |
Password for the .p12 file generated |
You can also refer to the C# user manual in the below link.
https://github.com/visa/SampleCode/wiki/Manual
Thank you,
Vaibhav