West Wind Application Settings for .NET |
wwEncrypt.EncryptBytes
|
Encrypts a stream of bytes using an encryption key.
Syntax: |
public static byte[] EncryptBytes(byte[] InputBuffer, string EncryptionKey) |
| Return: | stream of bytes |
| Parameters: |
byte[] InputBuffer Buffer of bytes to be encrypted string EncryptionKey |
Overloads: