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

PollReqContent

public class PollReqContent : Asn1Encodable
public PollReqContent(DerInteger certReqId)

public PollReqContent(DerInteger[] certReqIds)

public PollReqContent(BigInteger certReqId)

public PollReqContent(BigInteger[] certReqIds)

public static PollReqContent GetInstance(object obj)

public static PollReqContent GetInstance(Asn1TaggedObject taggedObject, bool declaredExplicit)

public virtual DerInteger[][] GetCertReqIDs()

public virtual BigInteger[] GetCertReqIDValues()