|  | Name | Description | 
            
              |   | Encrypt(Byte, String, CipherStrength) | Returns a binary array of encrypted data for the given parameters. | 
            
              |   | Encrypt(String, String, CipherStrength) | Returns a Base64 encoded string of the returned binary array of the encrypted data, generated with
            the given parameters. | 
            
              |   | Encrypt(Byte, Byte, Byte, CipherStrength) | Returns a binary array of encrypted data for the given parameters. | 
            
              |   | Encrypt(Stream, Byte, Byte, CipherStrength) | Returns a stream of encrypted data for the given parameters. | 
            
              |   | Encrypt(Byte, Int32, Int32, String, CipherStrength) | Returns a binary array of encrypted data for the given parameters. | 
            
              |   | Encrypt(Byte, Int32, Int32, Byte, Byte, CipherStrength) | Returns a binary array of encrypted data for the given parameters. | 
            
              |   | Encrypt(Stream, Stream, Byte, Byte, CipherStrength, ActionProcessProgressInt64) | Encrypts input stream onto output stream for the given parameters. |