DigestCalculator Constructors
Allows you to calculate a digest from a stream. Supports hash algorithms listed in HashAlgorithmType enumeration.Name | Parameters | Description |
---|---|---|
DigestCalculator(HashAlgorithmType) | algorithm | Initializes a new instance of the DigestCalculator class with specified settings. |
See Also