Share via


CertificateDescription.FromPath(String, String) Method

Definition

Creates a certificate description from path on disk.

public static Microsoft.Identity.Web.CertificateDescription FromPath (string path, string? password = default);
static member FromPath : string * string -> Microsoft.Identity.Web.CertificateDescription
Public Shared Function FromPath (path As String, Optional password As String = Nothing) As CertificateDescription

Parameters

path
String

Path where to find the certificate file.

password
String

Certificate password.

Returns

A certificate description.

Applies to