C# (CSharp) Cryptid Namespace

Nested Namespaces

Cryptid.Exceptions
Cryptid.Scanners

Сlasses

Name Description
Candidate This class holds all an ID holders information. In the case of this project, candidate is synonomyous with ID holder and client.
Candidate.Height An object representing the height of the candidate
Candidate.PostalCode An objet representing the postal code of the candidate
CandidateDelegate Handles all CandidateDelegate; Basically, any action you need to perform on a Candidate should be done here.
CandidateOldVersionRecord Old Version Record for use when updating candidates to new chains.
CandidateUpdatedRecord Updated Record for use when updating candidates to new chains.
CardGenerator Generates a Cryptid ID card image for a specified candidate
Crypto This class contains all the general cryptographic functions for Cryptid
Crypto.Crc32 This class is for the CRC32 hashing algorithm
Extensions