An instance of the Digital
public class DigitalSignature
Introduced: 17.0.
This example shows how to create a digital signature and use it with the TXText
System.Security.Cryptography.X509Certificates.X509Certificate2 x509 = new System.Security.Cryptography.X509Certificates.X509Certificate2();
TXTextControl.DigitalSignature digitalSignature = new TXTextControl.DigitalSignature(x509, "");
TXTextControl.SaveSettings _ss = new TXTextControl.SaveSettings();
_ss.DigitalSignature = digitalSignature;
Constructor | Description |
---|---|
Digital |
Initializes a new instance of the Digital |
Learn more about the TXText