<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: A call to SSPI failed, function requested not supported in WPF desktop application in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/A-call-to-SSPI-failed-function-requested-not-supported-in-WPF/m-p/60045#M34611</link>
    <description>&lt;P&gt;That did it.&amp;nbsp; Nowhere in the sample code or sample applications did it show that code--I figured the black box API was taking care of it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I added:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12;&lt;/PRE&gt;&lt;P&gt;before the Execute call and it executed just fine. On to checking the response...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the help!&lt;/P&gt;</description>
    <pubDate>Wed, 27 Sep 2017 15:10:30 GMT</pubDate>
    <dc:creator>phluber</dc:creator>
    <dc:date>2017-09-27T15:10:30Z</dc:date>
    <item>
      <title>A call to SSPI failed, function requested not supported in WPF desktop application</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/A-call-to-SSPI-failed-function-requested-not-supported-in-WPF/m-p/60028#M34595</link>
      <description>&lt;P&gt;I am trying to test an integration in a WPF desktop application.&amp;nbsp; Whenever I call the Execute method on the createTransactionController object in the C# API, the following exception is thrown:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;System.Security.Authentication.AuthenticationException occurred&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;HResult=0x80131501&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;Message=A call to SSPI failed, see inner exception.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;Source=System&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;StackTrace:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;at System.Net.Security.SslState.StartSendAuthResetSignal(ProtocolToken message, AsyncProtocolRequest asyncRequest, Exception exception)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;Inner Exception 1:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;Win32Exception: The function requested is not supported&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;Is there something I need to check/enable in the sandbox account or on the development PC to get this working?&lt;BR /&gt;&lt;BR /&gt;I did download the SampleCode test application from GitHub and tried to execute that as well and received a&amp;nbsp;'The request was aborted: Could not create SSL/TLS secure channel' exception on the same method call.&lt;BR /&gt;&lt;BR /&gt;The development machine is running Windows 10 Pro Version 1703 with Visual Studio Professional 2017 Version 4.7.02046&lt;/P&gt;</description>
      <pubDate>Tue, 26 Sep 2017 19:01:01 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/A-call-to-SSPI-failed-function-requested-not-supported-in-WPF/m-p/60028#M34595</guid>
      <dc:creator>phluber</dc:creator>
      <dc:date>2017-09-26T19:01:01Z</dc:date>
    </item>
    <item>
      <title>Re: A call to SSPI failed, function requested not supported in WPF desktop application</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/A-call-to-SSPI-failed-function-requested-not-supported-in-WPF/m-p/60030#M34597</link>
      <description>&lt;P&gt;Try adding the following before your webrequest:&lt;/P&gt;&lt;PRE&gt; const SslProtocols _Tls12 = (SslProtocols)0x00000C00;
 const SecurityProtocolType Tls12 = (SecurityProtocolType)_Tls12;
 ServicePointManager.SecurityProtocol = Tls12;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Sep 2017 21:17:09 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/A-call-to-SSPI-failed-function-requested-not-supported-in-WPF/m-p/60030#M34597</guid>
      <dc:creator>NexusSoftware</dc:creator>
      <dc:date>2017-09-26T21:17:09Z</dc:date>
    </item>
    <item>
      <title>Re: A call to SSPI failed, function requested not supported in WPF desktop application</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/A-call-to-SSPI-failed-function-requested-not-supported-in-WPF/m-p/60045#M34611</link>
      <description>&lt;P&gt;That did it.&amp;nbsp; Nowhere in the sample code or sample applications did it show that code--I figured the black box API was taking care of it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I added:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12;&lt;/PRE&gt;&lt;P&gt;before the Execute call and it executed just fine. On to checking the response...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the help!&lt;/P&gt;</description>
      <pubDate>Wed, 27 Sep 2017 15:10:30 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/A-call-to-SSPI-failed-function-requested-not-supported-in-WPF/m-p/60045#M34611</guid>
      <dc:creator>phluber</dc:creator>
      <dc:date>2017-09-27T15:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: A call to SSPI failed, function requested not supported in WPF desktop application</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/A-call-to-SSPI-failed-function-requested-not-supported-in-WPF/m-p/89886#M56622</link>
      <description>&lt;P&gt;Please translate the above code into VB code, if possible.&lt;/P&gt;</description>
      <pubDate>Sat, 10 Aug 2024 09:37:46 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/A-call-to-SSPI-failed-function-requested-not-supported-in-WPF/m-p/89886#M56622</guid>
      <dc:creator>RealDude</dc:creator>
      <dc:date>2024-08-10T09:37:46Z</dc:date>
    </item>
  </channel>
</rss>

