{"id":19998035,"url":"https://github.com/telesign/csharp_telesign","last_synced_at":"2025-04-04T20:12:11.636Z","repository":{"id":5991433,"uuid":"7213918","full_name":"TeleSign/csharp_telesign","owner":"TeleSign","description":"The Telesign C# SDK lets you easily integrate with our REST API.","archived":false,"fork":false,"pushed_at":"2025-02-20T21:35:19.000Z","size":4424,"stargazers_count":14,"open_issues_count":3,"forks_count":32,"subscribers_count":27,"default_branch":"master","last_synced_at":"2025-03-28T19:08:44.533Z","etag":null,"topics":["2fa","2factor","csharp","csharp-library","phonenumber","sms"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TeleSign.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2012-12-17T23:03:26.000Z","updated_at":"2025-02-20T21:35:24.000Z","dependencies_parsed_at":"2024-06-21T05:45:58.458Z","dependency_job_id":"14040c87-e61c-4cda-a693-2e06e0aa9bcd","html_url":"https://github.com/TeleSign/csharp_telesign","commit_stats":{"total_commits":105,"total_committers":13,"mean_commits":8.076923076923077,"dds":0.6095238095238096,"last_synced_commit":"99b96b5a00c32412bd6f2eec2a3dbc9e44557f71"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TeleSign%2Fcsharp_telesign","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TeleSign%2Fcsharp_telesign/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TeleSign%2Fcsharp_telesign/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TeleSign%2Fcsharp_telesign/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TeleSign","download_url":"https://codeload.github.com/TeleSign/csharp_telesign/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247242680,"owners_count":20907134,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["2fa","2factor","csharp","csharp-library","phonenumber","sms"],"created_at":"2024-11-13T05:07:06.626Z","updated_at":"2025-04-04T20:12:11.619Z","avatar_url":"https://github.com/TeleSign.png","language":"C#","readme":"﻿[![NuGet](https://img.shields.io/nuget/v/Telesign.svg)](https://www.nuget.org/packages/Telesign) [![license](https://img.shields.io/pypi/l/telesign.svg)](https://github.com/TeleSign/python_telesign/blob/master/LICENSE.txt)\n\n# Telesign Self-service C# SDK\n\n[Telesign](https://telesign.com) connects, protects, and defends the customer experience with intelligence from billions of digital interactions and mobile signals. Through developer-friendly APIs that deliver user verification, digital identity, and omnichannel communications, we help the world's largest brands secure onboarding, maintain account integrity, prevent fraud, and streamline omnichannel engagement.\n\n## Supported .NET versions\n* .NET Framework 4.8+ \n* .NET Core 6, 7, 8, and 9\n\n## Requirements\n\n* **dotnet CLI** *(Optional)* - This tool isn't required to use this SDK, but it is required to use the installation instructions below.  \n\n\u003e **NOTE:**\n\u003e\n\u003e These instructions are for MacOS. They will need to be adapted if you are installing on Windows.\n\n## Installation\n\nFollow these steps to add this SDK as a dependency to your project.\n\n1. *(Optional)* Create a new directory for your C# project. Skip this step if you already have created a project. If you plan to create multiple C# projects that use Telesign, we recommend that you group them within a `telesign_integrations` directory.\n\n```\n    cd ~/code/local\n    mkdir telesign_integrations\n    cd telesign_integrations\n    mkdir {your project name}\n    cd {your project name}\n```\n\n2. Create a new C# solution using the dotnet CLI in the top-level directory of your project.\n\n   `dotnet new console -o {name of the solution}`\n\n   For example:\n\n    `dotnet new console -o SendSMS`\n\n3. Install the Telesign SDK using the dotnet CLI. \n\n   `dotnet add package Telesign --version 2.3.0`\n\n   Once the SDK is installed, you should see a message in the terminal notifying you that you have successfully installed the SDK.\n\n\u003e **NOTE:**\n\u003e \n\u003e There are alternate ways of installing this SDK. For examples, see this [SDK's page](https://www.nuget.org/packages/Telesign) in the NuGet gallery.\n\n4. Install the [Newtonsoft.json](https://www.nuget.org/packages/Newtonsoft.Json/) dependency using the dotnet CLI.\n\n   `dotnet add package Newtonsoft.Json --version 13.0.3`\n\n\n## Authentication\n\nIf you use a Telesign SDK to make your request, authentication is handled behind-the-scenes for you. All you need to provide is your Customer ID and API Key. The SDKs apply Digest authentication whenever they make a request to a Telesign service where it is supported. When Digest authentication is not supported, the SDKs apply Basic authentication.\n\n## What's next\n\n* Learn to send a request to Telesign with code with one of our [tutorials](https://developer.telesign.com/enterprise/docs/tutorials).  \n* Browse our [Developer Portal](https://developer.telesign.com) for tutorials, how-to guides, reference content, and more.\n* Check out our [sample code](https://github.com/TeleSign/sample_code) on GitHub.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftelesign%2Fcsharp_telesign","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftelesign%2Fcsharp_telesign","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftelesign%2Fcsharp_telesign/lists"}