mirror of
https://github.com/MAKS-IT-COM/maksit-certs-ui.git
synced 2025-12-31 12:10:03 +01:00
12 lines
132 B
C#
12 lines
132 B
C#
namespace ACMEv2
|
|
{
|
|
public class CertificateCache
|
|
{
|
|
public string Cert;
|
|
public byte[] Private;
|
|
}
|
|
|
|
|
|
|
|
}
|