DefaultCertificateLoader.LoadIfNeeded(CertificateDescription) Method

Definition

Load the certificate from the description, if needed.

public void LoadIfNeeded (Microsoft.Identity.Web.CertificateDescription certificateDescription);
abstract member LoadIfNeeded : Microsoft.Identity.Web.CertificateDescription -> unit
override this.LoadIfNeeded : Microsoft.Identity.Web.CertificateDescription -> unit
Public Sub LoadIfNeeded (certificateDescription As CertificateDescription)

Parameters

certificateDescription
CertificateDescription

Description of the certificate.

Implements

Applies to