简体   繁体   English

使用Cyber​​Source的.NET API时出错

[英]Error using CyberSource's API for .NET

我得到这个错误 I get an error when I use CyberSource's tutorial/demo code from their documentation. 当我从他们的文档中使用Cyber​​Source的教程/演示代码时,出现错误。

http://apps.cybersource.com/library/documentation/dev_guides/Simple_Order_API_Clients/Client_SDK_SO_API.pdf Page: 220 http://apps.cybersource.com/library/documentation/dev_guides/Simple_Order_API_Clients/Client_SDK_SO_API.pdf页面:220

Any help here? 这里有什么帮助吗? I have no clue what keysDirectory is 我不知道什么是keysDirectory

hi all you have to do is add the key in config file like so... 嗨,您要做的就是像这样将密钥添加到配置文件中...

<add key="cybs.keysDirectory" value="c:\keys\"/>
<add key="cybs.keyFilename" value="????"/>

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM