SignDoc SDK (C++)  5.0.1.29
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Friends Pages
Migrating to SignDoc SDK 5.0.1.24

de::softpro::doc::SignDocSignatureParameters::setBlob() and de::softpro::doc::SignDocVerificationParameters::setBlob() now decode PEM for all certificate parameters rather than leaving that to the function using the parameters.

de::softpro::doc::SignDocMatchResult::getDStatMatchQuality(), de::softpro::doc::SignDocMatchResult::getDStatResult(), de::softpro::doc::SignDocMatchResult::getDynamicMatchQuality(), de::softpro::doc::SignDocMatchResult::getDynamicResult(), de::softpro::doc::SignDocMatchResult::getStaticMatchQuality(), de::softpro::doc::SignDocMatchResult::getStaticResult(), and de::softpro::doc::SignDocMatchResult::getResult() now report an error (instead of returning a negative value or false) if the requested value has not been not computed. Comparing identical images with the static engine now results in an error. This behavior can be disabled by setting boolean parameter "AcceptSimilarImages" of de::softpro::doc::SignDocMatchParameters.