Add PAdES baseline electronic signature sample for .NET Framework#67
Conversation
- Add AddBasicPAdESElectronicSignature sample demonstrating PAdES digital signature without a signature policy. - Register sample in GitHub Actions CI workflow matrix. - Add project to Samples.sln. - Update Security README with sample description.
|
I've tested this locally on Win64 and the new sample's output looks good - signature is present. |
|
@datalogics-saharay DigSig sample failures due to either LM activation keys or missing symbols (former might be causing the latter). Possible to get a clean run or are these failures acceptable at this time? |
These failures are acceptable at this time. The rest of the sample repositories have been modified to have their CI use Jenkinsfiles/invoke tasks to build/test the samples, but this repo still using GitHub Actions, which started failing once we removed auto-activation logic from the NuGet packages. |
5362ad3
into
datalogics:develop
Fulfills JIRA issue APDFL-6595