Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 545 Bytes

File metadata and controls

10 lines (6 loc) · 545 Bytes

Example implementation for business generated links in C#

This is an example implementation for creating business generated links.

The example uses the open source NuGet library AuthenticatedEncryption to do the encryption.

All the logic is kept inside Program.cs, to make it easy to follow.

Maintainer(s)