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

SubjectPublicKeyInfo

public DerBitString PublicKey { get; }

Return the public key as a raw bit string.

public DerBitString PublicKeyData { get; }

Return the public key as a raw bit string.

public SubjectPublicKeyInfo(AlgorithmIdentifier algID, byte[] publicKey)

public static SubjectPublicKeyInfo GetInstance(object obj)

public static SubjectPublicKeyInfo GetInstance(Asn1TaggedObject obj, bool explicitly)