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

IDigestAlgorithmFinder

public interface IDigestAlgorithmFinder
Base interface for a finder of digest algorithm identifiers used with signatures.

Find the digest algorithm identifier that matches with the passed in signature algorithm identifier.

Find the digest algorithm identifier that matches with the passed in digest name.

AlgorithmIdentifier Find(string digestName)

Find the digest algorithm identifier that matches with the passed in digest name.