Click or drag to resize

DocumentSignerLinkContentBuilderConfigurationSignatureHashAlgorithm Property

Hash algorithm for compute digest of document.

Namespace:  ASDSoft.WebSigner.Server.Content
Assembly:  ASDSoft.WebSigner.Server (in ASDSoft.WebSigner.Server.dll) Version: 2.5.0
Syntax
C#
public HashAlgorithmName? SignatureHashAlgorithm { get; set; }

Property Value

Type: NullableHashAlgorithmName

Implements

IContentBuilderConfigurationSignatureHashAlgorithm
See Also