{"id":21174925,"url":"https://github.com/telesign/csharp_telesign_enterprise","last_synced_at":"2026-02-03T23:07:51.178Z","repository":{"id":34836076,"uuid":"92232170","full_name":"TeleSign/csharp_telesign_enterprise","owner":"TeleSign","description":"The Telesign C# SDK lets you easily integrate with our REST API.","archived":false,"fork":false,"pushed_at":"2023-07-24T21:29:48.000Z","size":2455,"stargazers_count":2,"open_issues_count":5,"forks_count":6,"subscribers_count":19,"default_branch":"master","last_synced_at":"2024-11-13T22:20:24.830Z","etag":null,"topics":[],"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}},"created_at":"2017-05-24T00:15:52.000Z","updated_at":"2023-02-28T00:04:51.000Z","dependencies_parsed_at":"2023-02-10T11:25:11.947Z","dependency_job_id":null,"html_url":"https://github.com/TeleSign/csharp_telesign_enterprise","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TeleSign%2Fcsharp_telesign_enterprise","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TeleSign%2Fcsharp_telesign_enterprise/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TeleSign%2Fcsharp_telesign_enterprise/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TeleSign%2Fcsharp_telesign_enterprise/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TeleSign","download_url":"https://codeload.github.com/TeleSign/csharp_telesign_enterprise/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225597407,"owners_count":17494149,"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":[],"created_at":"2024-11-20T16:56:40.531Z","updated_at":"2026-02-03T23:07:51.140Z","avatar_url":"https://github.com/TeleSign.png","language":"C#","readme":"﻿# Telesign Full-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 Full-service C# SDK using the dotnet CLI. This will also install the Telesign Self-service C# SDK since it is a dependency for the Full-service SDK. \n\n   `dotnet add package TelesignEnterprise`\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\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/TelesignEnterprise) in the NuGet gallery.\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_enterprise","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftelesign%2Fcsharp_telesign_enterprise","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftelesign%2Fcsharp_telesign_enterprise/lists"}