Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
HmacSha.cs
1
namespace
Waher.Security.JWS
2
{
6
public
abstract
class
HmacSha
:
JwsAlgorithm
7
{
11
public
override
bool
HasPublicWebKey
12
{
13
get
{
return
false
; }
14
}
15
}
16
}
Waher.Security.JWS.HmacSha
Abstract base class for HMAC SHA JWS algorithms.
Definition:
HmacSha.cs:7
Waher.Security.JWS.HmacSha.HasPublicWebKey
override bool HasPublicWebKey
If the algorithm has a public key.
Definition:
HmacSha.cs:12
Waher.Security.JWS.JwsAlgorithm
Abstract base class for JWS algorithm.
Definition:
JwsAlgorithm.cs:15
Waher.Security.JWS
Definition:
HS256.cs:9
IoTGateway
Security
Waher.Security.JWS
HmacSha.cs
Generated by
1.9.5