A Signing Method object represents a particular digital signature algorithm offered by the library. Objects of this type are assigned to the Xceed Signing control's SigningMethod property in order to determine the signing algorithm to use when calling Xceed Signing control methods that sign or verify data.
Each Signing Method object has its own specific properties depending on the particularities of the digital signature algorithm it represents. You can set these properties to determine the low-level parameters of the digital signature algorithm.
After instantiating one of the Signing Method objects listed below, set any of its properties if required and then assign it to the Xceed Signing control's SigningMethod property.
Object name | Description |
---|---|
XceedRSASigningMethod | Represents the RSA digital signature algorithm. Currently this is the only one supported by the library. |