Click or drag to resize

DigitalSignatureFieldSetPreferredDigestAlgorithm Method

Overload List
  NameDescription
Public methodSetPreferredDigestAlgorithm(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.
Public methodSetPreferredDigestAlgorithm(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.
Top
See Also