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

V2Form

public class V2Form : Asn1Encodable

public GeneralNames IssuerName { get; }

public V2Form(GeneralNames issuerName)

public V2Form(GeneralNames issuerName, IssuerSerial baseCertificateID)

public V2Form(GeneralNames issuerName, ObjectDigestInfo objectDigestInfo)

public V2Form(GeneralNames issuerName, IssuerSerial baseCertificateID, ObjectDigestInfo objectDigestInfo)

public static V2Form GetInstance(object obj)

public static V2Form GetInstance(Asn1TaggedObject obj, bool explicitly)

public static V2Form GetTagged(Asn1TaggedObject taggedObject, bool declaredExplicit)