Click or drag to resize

HashAlgorithmNameName Property

Gets the underlying string representation of the algorithm name.

Namespace:  ASDSoft.WebSigner
Assembly:  ASDSoft.WebSigner (in ASDSoft.WebSigner.dll) Version: 2.5.0
Syntax
C#
public string Name { get; }

Return Value

Type: String
The string representation of the algorithm name, or or Empty if no hash algorithm is available.
See Also