Private Key needed?

Hello,
For signing pdf with DigitalSignatureDetails or doc/ docx/ xps our pfx MUST have private key, am I right?
Without the private key, it will never success?
Thanks :slight_smile:

@australian.dev.nerds I will consult with my colleagues and get back to you soon.

@australian.dev.nerds Yes, pfx must contain a private key. If there are no aliases, or there is no private key in the store with the found alias, then we throw a SecurityException.

1 Like