Class CertificateProvider
- Namespace
- Fluxzy.Certificates
- Assembly
- Fluxzy.Core.dll
This implementation of ICertificateProvier is based on System.Security.Cryptography
public class CertificateProvider : ICertificateProvider, IDisposable
- Inheritance
-
CertificateProvider
- Implements
- Inherited Members
Constructors
CertificateProvider(Certificate, ICertificateCache)
public CertificateProvider(Certificate rootCertificate, ICertificateCache certCache)
Parameters
rootCertificate
CertificatecertCache
ICertificateCache
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()
GetCertificate(string)
Retrieve a certificate for a particular host
public X509Certificate2 GetCertificate(string hostName)
Parameters
hostName
string