Skip to content
Snippets Groups Projects
Select Git revision
  • renovate/major-dotnet-monorepo
  • renovate/major-dotnet-azure-ad-identitymodel-extensions-monorepo
  • renovate/280925583500.dkr.ecr.eu-central-1.amazonaws.com-postgres-14.x
  • master default
  • renovate/nunit3testadapter-5.x
  • cherry-pick-81ee626d
  • 1.7.1
  • 1.7.0
  • 1.6.10
  • coin-sdk-dotnet-weas-migration-samples-1.5.1
  • coin-sdk-dotnet-weas-migration-1.5.1
  • coin-sdk-dotnet-weas-migration-1.5.0
  • coin-sdk-dotnet-weas-migration-samples-1.5.0
  • coin-sdk-dotnet-bundle-switching-samples-1.6.4
  • coin-sdk-dotnet-bundle-switching-1.6.4
  • coin-sdk-dotnet-number-portability-samples-1.6.4
  • coin-sdk-dotnet-number-portability-1.6.4
  • coin-sdk-dotnet-common-1.6.10
  • coin-sdk-dotnet-common-1.6.9
  • coin-sdk-dotnet-common-1.6.8
  • coin-sdk-dotnet-bundle-switching-samples-1.6.3
  • coin-sdk-dotnet-bundle-switching-1.6.3
  • coin-sdk-dotnet-number-portability-samples-1.6.3
  • coin-sdk-dotnet-number-portability-1.6.3
  • coin-sdk-dotnet-common-1.6.7
  • coin-sdk-dotnet-common-1.6.6
26 results

common-sdk

  • Clone with SSH
  • Clone with HTTPS
  • Name Last commit Last update
    ..
    src/common
    README.md
    common-sdk.csproj

    .NET Common SDK

    Introduction

    The .Net Common SDK contains the basics for secured access to all COIN APIs. It contains no specific API implementation.

    Configure Credentials

    For secure access credentials are required.

    • Check this README to find out how to configure these.
    • In summary you will need:
      • a consumer name
      • a private key file (or a System.Security.Cryptography.RSA instance containing this key)
      • a file containing the encrypted Hmac secret (or a System.Security.Cryptography.HMACSHA256 instance containing this (decrypted) secret)
    • These can be used to create instances of the CoinHttpClientHandler and CtpApiRestTemplateSupport.