CertificateResolver Class
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.
A default implementation of ICertificateResolver that looks in the current user and local machine certificate stores.
public ref class CertificateResolver : Microsoft::AspNetCore::DataProtection::XmlEncryption::ICertificateResolver
public class CertificateResolver : Microsoft.AspNetCore.DataProtection.XmlEncryption.ICertificateResolver
type CertificateResolver = class
interface ICertificateResolver
Public Class CertificateResolver
Implements ICertificateResolver
- Inheritance
-
CertificateResolver
- Implements
Constructors
CertificateResolver() |
Methods
ResolveCertificate(String) |
Locates an X509Certificate2 given its thumbprint. |