DigitalSignatureFieldSetPreferredDigestAlgorithm Method |
| Name | Description | |
|---|---|---|
| SetPreferredDigestAlgorithm(DigestAlgorithm) | Sets the preferred digest algorithm to use when signing this field. This is done by setting DigestMethod
in the Seed Value dictionary. This function can be called before a signature field is even prepared for signing.
This overload sets the algorithm as mandatory. | |
| SetPreferredDigestAlgorithm(DigestAlgorithm, Boolean) | Sets the preferred digest algorithm to use when signing this field. This is done by setting DigestMethod
in the Seed Value dictionary. This function can be called before a signature field is even prepared for signing. |