Interface
ICertificateProvider3

Extension interface for certificate provider implementation, adding method to cache generated host certificates

Definition

Methods

CacheCertificateForHost(string, X509Certificate2)

Call this function to cache a certificate in the Certificate Provider

Declaration

cs-api-definition
bool CacheCertificateForHost(string sHost, X509Certificate2 oCert)

Parameters

sHost

string

The hostname to match

oCert

X509Certificate2

The certificate that the Provider should later provide when GetCertificateForHost is called

Returns

bool

True if the request was successful