Table of Contents

Class HMACSHA512Algorithm

Namespace
JWT.Algorithms
Assembly
Coherence.JWT.dll

HMAC using SHA-512

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

Constructors

HMACSHA512Algorithm()

public HMACSHA512Algorithm()

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