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