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

ISignatureFactory

public interface ISignatureFactory
Base interface for operators that serve as stream-based signature calculators.
object AlgorithmDetails { get; }

The algorithm details object for this calculator.

Create a stream calculator for this signature calculator. The stream calculator is used for the actual operation of entering the data to be signed and producing the signature block.