Com.MasterCard.Sdk.Core 2.3.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Com.MasterCard.Sdk.Core --version 2.3.0
NuGet\Install-Package Com.MasterCard.Sdk.Core -Version 2.3.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Com.MasterCard.Sdk.Core" Version="2.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Com.MasterCard.Sdk.Core --version 2.3.0
#r "nuget: Com.MasterCard.Sdk.Core, 2.3.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Com.MasterCard.Sdk.Core as a Cake Addin
#addin nuget:?package=Com.MasterCard.Sdk.Core&version=2.3.0

// Install Com.MasterCard.Sdk.Core as a Cake Tool
#tool nuget:?package=Com.MasterCard.Sdk.Core&version=2.3.0

Mastercard OpenAPI Core SDK.

Product Compatible and additional computed target framework versions.
.NET Framework net452 is compatible.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on Com.MasterCard.Sdk.Core:

Package Downloads
Com.MasterCard.Merchant.Checkout

Com.MasterCard.Merchant.Checkout SDK.

Com.MasterCard.Masterpass.Merchant

Com.MasterCard.Masterpass.Merchant SDK. Masterpass Merchant Checkout Service SDK supports standard, connected and express checkouts.

FenixAlliance.ABS.Integrations.MasterCard

Application Component for the Alliance Business Suite.

Com.MasterCard.Psp.Payment

Com.MasterCard.Psp.Payment SDK.

Com.MasterCard.Merchant.Onboarding

Com.MasterCard.Merchant.Onboarding SDK.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.3.1 40,840 8/30/2018
2.3.0 13,509 6/19/2018
2.2.0 17,054 10/31/2017
2.1.0 3,477 6/29/2017
2.0.0 1,637 6/15/2017
1.1.5 3,359 10/25/2017
1.1.4 48,269 12/23/2016

* Feature to verify and decrypt the encrypted payload with signature under the JweUtil.
     * Now SDK generates the strong signature for Authorization header using RSA_SHA256 cryptographic algorithm.
     * Provided SecurityProtocol configuration (TLS_1.1 and TLS_1.2) through MasterCardApiConfiguration.SecurityProtocol.
     * Now Supports the Strong Name Signed Assembly.