CertificateDescription.FromPath(String, String) 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.
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.