Table of Contents

Class HMACSHA256Algorithm

Namespace
JWT.Algorithms
Assembly
Coherence.JWT.dll

HMAC using SHA-256

public sealed class HMACSHA256Algorithm : HMACSHAAlgorithm, IJwtAlgorithm
Inheritance
HMACSHA256Algorithm
Implements
Inherited Members
Extension Methods

Constructors

HMACSHA256Algorithm()

public HMACSHA256Algorithm()

Properties

HashAlgorithmName

Gets name of the hashing algorithm (e.g. SHA-256/SHA-384/SHA-512).

public override HashAlgorithmName HashAlgorithmName { get; }

Property Value

HashAlgorithmName

Name

Gets algorithm name.

public override string Name { get; }

Property Value

string

Methods

CreateAlgorithm(byte[])

protected override HMAC CreateAlgorithm(byte[] key)

Parameters

key byte[]

Returns

HMAC