Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
AcmeBadSignatureAlgorithmException.cs
1using System;
2using System.Collections.Generic;
3using System.Text;
4using Waher.Content;
6
8{
13 {
14 internal AcmeBadSignatureAlgorithmException(string Type, string Detail, int? Status, AcmeException[] Subproblems)
15 : base(Type, Detail, Status, Subproblems)
16 {
17 }
18 }
19}
The JWS was signed with an algorithm the server does not support
Represents an ACME problem report.
string Type
ACME exception type.
AcmeException[] Subproblems
Sub-problems, if any.
int? Status
Status code, if reported.