Xceed Encryption Library Documentation
SigningMethod property
Xceed Signing control reference > Properties > SigningMethod property

Description

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.

Data type

An Signing Method object

Possible values
 

Value Description
XceedRSASigningMethod object  Use the RSA signing algorithm.

Default value

An instance of the XceedRSASigningMethod object

Remarks

This property cannot be set during the digital signing process.

Applicable methods

Sign, Verify, ReadFile