Table of Contents

Interface ICertificateCache

Namespace
Fluxzy.Core
Assembly
Fluxzy.Core.dll
public interface ICertificateCache

Methods

Load(string, string, Func<string, byte[]>)

byte[] Load(string baseCertificateSerialNumber, string rootDomain, Func<string, byte[]> certificateBuilder)

Parameters

baseCertificateSerialNumber string
rootDomain string
certificateBuilder Func<string, byte[]>

Returns

byte[]