Click or drag to resize

SignRequestItemHashAlgorithm Property

Hash algorithm name used for signing.

Namespace:  ASDSoft.WebSigner.Server.Api
Assembly:  ASDSoft.WebSigner.Server (in ASDSoft.WebSigner.Server.dll) Version: 2.5.0
Syntax
C#
[DataMemberAttribute(Name = "hashAlgorithm")]
[RequiredAttribute]
public string HashAlgorithm { get; set; }

Property Value

Type: String
Examples
SHA256
See Also