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

OcspReq

public class OcspReq : X509ExtensionBase
public bool IsSigned { get; }

public GeneralName RequestorName { get; }

public string SignatureAlgOid { get; }

public int Version { get; }

public OcspReq(OcspRequest req)

public OcspReq(byte[] req)

public OcspReq(Stream inStr)

public byte[] GetEncoded()

public Req[] GetRequestList()

public byte[] GetSignature()

public byte[] GetTbsRequest()

public bool Verify(AsymmetricKeyParameter publicKey)