<PackageReference Include="BouncyCastle.Cryptography" Version="2.6.0-beta.106" />

PublicKeyAndChallenge

For parsing the PublicKeyAndChallenge created by the KEYGEN tag included by Mozilla based browsers.
public DerIA5String Challenge { get; }

public SubjectPublicKeyInfo Spki { get; }

public static PublicKeyAndChallenge GetInstance(object obj)

public static PublicKeyAndChallenge GetInstance(Asn1TaggedObject taggedObject, bool declaredExplicit)

public static PublicKeyAndChallenge GetTagged(Asn1TaggedObject taggedObject, bool declaredExplicit)