Click or drag to resize

IContentBuilderConfiguration.SignatureHashAlgorithm 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#
HashAlgorithmName? SignatureHashAlgorithm { get; }

Property Value

Type: Nullable<HashAlgorithmName>
See Also