DefaultCertificateLoader.LoadFirstCertificate 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 first certificate from the certificate description list.
public static System.Security.Cryptography.X509Certificates.X509Certificate2? LoadFirstCertificate (System.Collections.Generic.IEnumerable<Microsoft.Identity.Web.CertificateDescription> certificateDescriptions);
static member LoadFirstCertificate : seq<Microsoft.Identity.Web.CertificateDescription> -> System.Security.Cryptography.X509Certificates.X509Certificate2
Public Shared Function LoadFirstCertificate (certificateDescriptions As IEnumerable(Of CertificateDescription)) As X509Certificate2
Parameters
- certificateDescriptions
- IEnumerable<CertificateDescription>
Description of the certificates.
Returns
First certificate in the certificate description list.