Click or drag to resize

HashAlgorithmNameSHA384 Property

Gets a hash algorithm name that represents "SHA384".

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

Return Value

Type: HashAlgorithmName
A hash algorithm name that represents "SHA384".
See Also