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

Asn1VerifierFactoryProvider

Provider class which supports dynamic creation of signature verifiers.
public IEnumerable<string> SignatureAlgNames { get; }

Allows enumeration of the signature names supported by the verifier provider.

Base constructor - specify the public key to be used in verification.

public IVerifierFactory CreateVerifierFactory(object algorithmDetails)