Encrypt Method
Encrypts the message.
Syntax
[VB.NET] Public Sub Encrypt()
[C#] public void Encrypt();
Remarks
This method encrypts the specified message.
The message is encrypted with the public keys specified in RecipientKeys.
When encrypting, the following properties may be used to further configure the component:
NOTE: This method has a corresponding asynchronous version (EncryptAsync) for use in the WinRT environment.