GemBox.Pdf.Security.PdfPkcs11DigitalId - not support Label

Hi,

GemBox.Pdf.Security.PdfPkcs11DigitalId has onlu Id but not support the Label

                // Get a digital ID from PKCS#11/Cryptoki device token.
                var digitalId = token.DigitalIds.Single(C => C.Id == "679751483738529034265920");

please add fully complaint PKCS#11 PdfPkcs11DigitalId attributes like Label. It should be possible to search object by Label name not only Id.

Regards
Pawel

Hi Pawel,

We have added support for the PdfPkcs11DigitalId.Label property.

Please try using this NuGet package:

Install-Package GemBox.Pdf -Version 2025.5.109-hotfix

Note that this is a hidden (unlisted) version. To install it, you’ll need to run the above command on the NuGet Package Manager Console (Tools → NuGet Package Manager → Package Manager Console).

Regards,
Mario

Thanks ! All works fine !

regards
Pawel