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

BcTlsCertificate

Implementation class for a single X.509 certificate based on the BC light-weight API.

public BcTlsCertificate(BcTlsCrypto crypto, byte[] encoding)

public static BcTlsCertificate Convert(BcTlsCrypto crypto, TlsCertificate certificate)

public static X509CertificateStructure ParseCertificate(byte[] encoding)