part #2
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using System.Security.Cryptography.X509Certificates;
|
||||
|
||||
namespace StellaOps.AirGap.Bundle.Services;
|
||||
|
||||
public interface IOcspResponseFetcher
|
||||
{
|
||||
Task<IReadOnlyList<TsaRevocationBlob>> FetchAsync(
|
||||
IReadOnlyList<X509Certificate2> certificateChain,
|
||||
CancellationToken ct = default);
|
||||
}
|
||||
Reference in New Issue
Block a user