Encrypts a message.
            
    Namespace: 
   Rebex.Mail
    Assembly:
   Rebex.Mail (in Rebex.Mail.dll)
 Syntax
Syntax
| Visual Basic | 
|---|
| Public Sub Encrypt ( _ ParamArray recipients As Certificate() _ ) | 
| C# | 
|---|
| public void Encrypt( params Certificate[] recipients ) | 
Parameters
- recipients
- Type: array<Rebex.Security.Certificates..::..Certificate>[]()[][]
 The list of recipients' certificates. At least one must be specified.
 Remarks
Remarks
            Encrypting the message will make its content inaccessible until it is decrypted.
            
 
     
     
     
     
    