Table of Contents

Class JwtAlgorithmExtensions

Namespace
JWT.Algorithms
Assembly
Coherence.JWT.dll

Extension methods for IJwtAlgorithm

public static class JwtAlgorithmExtensions
Inheritance
JwtAlgorithmExtensions

Methods

IsAsymmetric(IJwtAlgorithm)

Returns whether or not the algorithm is asymmetric.

public static bool IsAsymmetric(this IJwtAlgorithm alg)

Parameters

alg IJwtAlgorithm

The algorithm instance.

Returns

bool