TimestampServer.HashAlgorithmOid Property
Get or Sets the oid of the hash algorithm to be used.
public string HashAlgorithmOid { get; set; }
Public Property HashAlgorithmOid As String
Property Value
Licensing Info
This property is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
Remarks
The deault value "2.16.840.1.101.3.4.2.1" indicates SHA-256 hash algorithm. Setting incorrect oid value will raise exception.