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