The SigningMethod property allows you to specify or find out which digital signing algorithm the Xceed Signing control will use to digitally sign data. To specify the algorithm, you must instantiate and assign a Signing Method object to this property. If you read the contents of the property, you will obtain an instance of a Signing Method object.
Value | Description |
---|---|
XceedRSASigningMethod object | Use the RSA signing algorithm. |
An instance of the XceedRSASigningMethod object
This property cannot be set during the digital signing process.