Pdf |
Initializes a new instance of the PdfDigitalId class from the specified source.
The digital ID source is either an instance of a X509Certificate2 with a private key or an instance of a CspParameters.
| Exception | Condition |
|---|---|
| ArgumentException | The source parameter is not an instance of a X509Certificate2 or a CspParameters. |
| InvalidOperationException | Digital ID doesn't have a private key. |