jeqs / sample-web-dotnet

This is a sample application designed to demonstrate how to use TokenEx's Browser Based Encryption and Iframe solution.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sample-web-dotnet

This is a sample application designed to demonstrate how to use TokenEx's Browser Based Encryption and Iframe solutions.

Usage

  • Clone this repository
git clone https://github.com/TokenEx/sample-web-dotnet.git
  • Open the project in Visual Studio.

  • Update web.config with your TokenEx credentials and run.

<add key="TokenEXID" value="{{YourTokenExID}}" />
<add key="APIKey" value="{{YourAPIKey}}" />

Examples

BBE

Browser Based Encryption

Iframe

Iframe

About

This is a sample application designed to demonstrate how to use TokenEx's Browser Based Encryption and Iframe solution.


Languages

Language:C# 50.0%Language:CSS 29.7%Language:JavaScript 20.0%Language:ASP 0.2%