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

PollRepContent

public class PollRepContent : Asn1Encodable
public virtual int Count { get; }

public PollRepContent(DerInteger certReqID, DerInteger checkAfter)

public PollRepContent(DerInteger certReqID, DerInteger checkAfter, PkiFreeText reason)

public static PollRepContent GetInstance(object obj)

public static PollRepContent GetInstance(Asn1TaggedObject taggedObject, bool declaredExplicit)

public virtual DerInteger GetCertReqID(int index)

public virtual DerInteger GetCheckAfter(int index)

public virtual PkiFreeText GetReason(int index)