Namespace Cuemon.Security.Web
Assembly: Cuemon.Security.dll
Classes
JsonWebToken
Represents a simple implementation of JSON Web Token that is based on the standard RFC 7519 method for communicating claims securely between two parties. This class cannot be inherited.
JsonWebTokenHashAlgorithmConverter
This utility class is designed to make JsonWebTokenHashAlgorithm related conversions easier to work with.
JsonWebTokenHeader
Represents the header information of JSON Web Token that is based on the standard RFC 7519. This class cannot be inherited.
JsonWebTokenPayload
Represents the payload information of JSON Web Token that is based on the standard RFC 7519. This class cannot be inherited.
Enums
JsonWebTokenHashAlgorithm
Specifies the algorithm used for generating JWT hash values.