Sign Method
Signs the message.
Syntax
[VB.NET] Public Sub Sign()
[C#] public void Sign();
Remarks
This method signs the specified message.
The message is signed with the private key specified in Keys.
When signing, the following properties may be used to further configure the component:
NOTE: This method has a corresponding asynchronous version (SignAsync) for use in the WinRT environment.