2using System.Collections.Generic;
12 private readonly Uri accountLocation;
13 private Uri location =
null;
39 protected set => this.location = value;
Implements an ACME client for the generation of certificates using ACME-compliant certificate servers...
Abstract base class for all ACME objects.
AcmeClient Client
ACME client.
Abstract base class for all ACME resources.
Uri Location
Location of resource.
Uri AccountLocation
Account location.
AcmeResource(AcmeClient Client, Uri AccountLocation, Uri Location)
Abstract base class for all ACME objects.