Libdigidocpp library offers creating, signing and verification of digitally signed documents, according to XAdES and XML-DSIG standards. Documentation http://open-eid.github.io/libdigidocpp
btw, noticed small typo in the documentation within this sentence:
"If the signature profile value is not specified then then a "time-stamp" profile is used by default."
then is used twice
Hello, while following C# example with 3.16.0 and using this method: prepareWebSignature(cert.Export(X509ContentType.Cert), "BES/time-stamp");
throws exception: Unsupported profile: BES/time-stamp
btw, noticed small typo in the documentation within this sentence: "If the signature profile value is not specified then then a "time-stamp" profile is used by default." then is used twice