Azure.Identity.IX509Certificate2Provider
interface IX509Certificate2Provider
IX509Certificate2Provider provides a way to control how the X509Certificate2 object is fetched.
namespace Azure.Identity
{
internal interface IX509Certificate2Provider
{
ValueTask<X509Certificate2> GetCertificateAsync(bool async, CancellationToken cancellationToken);
}
}