Sign(Code: String): String;
Code. Random block of data requiring to be digitally signed.
The Sign method digitally signs the specified block of data.
The method returns data digitally signed. Further block of data can be checked with the ICertVerifier.Verify method.
Examples of use are given in description of the ICertProvider.OpenSigner, ICertProvider.OpenSignerBase64 methods.
See also: