Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
AcmeObject.cs
1
using
System;
2
using
System.Collections.Generic;
3
using
System.Text;
4
5
namespace
Waher.Security.ACME
6
{
10
public
abstract
class
AcmeObject
11
{
12
private
readonly
AcmeClient
client;
13
18
public
AcmeObject
(
AcmeClient
Client
)
19
{
20
this.client =
Client
;
21
}
22
26
public
AcmeClient
Client
=> this.client;
27
}
28
}
Waher.Security.ACME.AcmeClient
Implements an ACME client for the generation of certificates using ACME-compliant certificate servers...
Definition:
AcmeClient.cs:24
Waher.Security.ACME.AcmeObject
Abstract base class for all ACME objects.
Definition:
AcmeObject.cs:11
Waher.Security.ACME.AcmeObject.Client
AcmeClient Client
ACME client.
Definition:
AcmeObject.cs:26
Waher.Security.ACME.AcmeObject.AcmeObject
AcmeObject(AcmeClient Client)
Abstract base class for all ACME objects.
Definition:
AcmeObject.cs:18
Waher.Security.ACME
Definition:
AcmeAccount.cs:8
IoTGateway
Security
Waher.Security.ACME
AcmeObject.cs
Generated by
1.9.5