Table of Contents

Interface ICertificateProvider

Namespace
Fluxzy.Core
Assembly
Fluxzy.Core.dll

A certificate provider for Fluxzy

public interface ICertificateProvider : IDisposable
Inherited Members

Methods

GetCertificate(string)

Retrieve a certificate for a particular host

X509Certificate2 GetCertificate(string hostName)

Parameters

hostName string

Returns

X509Certificate2