Click or drag to resize

HashAlgorithmName Constructor

Initializes a new instance of the HashAlgorithmName structure with a custom name.

Namespace:  ASDSoft.WebSigner
Assembly:  ASDSoft.WebSigner (in ASDSoft.WebSigner.dll) Version: 2.5.0
Syntax
C#
public HashAlgorithmName(
	string name
)

Parameters

name
Type: SystemString
The custom hash algorithm name.
See Also