2 references to CheckHttpCertificateMachineReadableAsyncCallback
Aspire.Cli.Tests (2)
TestServices\TestCertificateToolRunner.cs (2)
20
if (
CheckHttpCertificateMachineReadableAsyncCallback
!= null)
22
return Task.FromResult(
CheckHttpCertificateMachineReadableAsyncCallback
(options, cancellationToken));