<PackageReference Include="BouncyCastle.Cryptography" Version="2.5.0" />

BasicOcspResp

public DateTime ProducedAt { get; }

public RespID ResponderId { get; }

public SingleResp[] Responses { get; }

public string SignatureAlgName { get; }

public string SignatureAlgOid { get; }

public int Version { get; }

public byte[] GetEncoded()

public byte[] GetSignature()

public byte[] GetTbsResponseData()

public bool Verify(AsymmetricKeyParameter publicKey)

Verify the signature against the tbsResponseData object we contain.