Table of Contents

Class InMemoryCertificateCache

Namespace
Fluxzy.Core
Assembly
Fluxzy.Core.dll
public class InMemoryCertificateCache : ICertificateCache
Inheritance
InMemoryCertificateCache
Implements
Inherited Members

Methods

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

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

Parameters

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

Returns

byte[]