Skip to content

Library that facilitates talking to the Steamworks Encrypted App Tickets system.

License

Notifications You must be signed in to change notification settings

agirikodigital/Agiriko.SteamAppTickets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Agiriko.SteamAppTickets

A simple C# wrapper for talking with the Steamworks Encrypted App Ticket API.

Requirements

  • You need to get the steamworks encrypted app ticket library binaries yourself, from the steamworks_sdk.zip bundle.
  • An encrypted app ticket decryption key, obtainable from the Steamworks partner page.

Usage

Firstly, create an encrypted app ticket factory:

var factory = new EncryptedAppTicketFactory("[your api key goes here]");

Then, when you receive an app ticket from a client, decode it using:

var ticket = factory.Decrypt(/* ticket byte array */);

About

Library that facilitates talking to the Steamworks Encrypted App Tickets system.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages