IEncryptionServiceEncrypt Method (Byte, Stream) | 
 Encrypts the specified data (using the application's symmetric encryption key) and writes the encrypted bytes to the output stream.
 
    Namespace: 
   Dundas.BI.Services
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxvoid Encrypt(
	byte[] data,
	Stream outputStream
)
Sub Encrypt ( 
	data As Byte(),
	outputStream As Stream
)
void Encrypt(
	array<unsigned char>^ data, 
	Stream^ outputStream
)
abstract Encrypt : 
        data : byte[] * 
        outputStream : Stream -> unit 
Parameters
- data
 - Type: SystemByte
The data. - outputStream
 - Type: System.IOStream
The output stream. 
Exceptions
See Also