Encryption.EncryptBytes

Encodes a stream of bytes using DES encryption with a pass key. Lowest level method that handles all work.

public static Byte[] EncryptBytes(Byte[] inputBytes,
	SecureString encryptionKey)

Parameters

inputBytes

encryptionKey

Overloads:


See also:

Class Encryption

© West Wind Technologies, 1996-2020 • Updated: 07/15/20
Comment or report problem with topic