DefaultCertificateLoader.LoadIfNeeded(CertificateDescription) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.