SecurityServices for .NET 2.0 Documentation

StringEncryption.Encrypt Method (Byte[])

[This is preliminary documentation and subject to change.]

Encrypts a given byte array.

public string Encrypt(
   Byte[] input
);

Parameters

Byte[]
The array of bytes to encrypt.

Return Value

A string representation of the encrypted data.

Exceptions

Exception Type Condition
ArgumentNullException input is a null reference.

See Also

StringEncryption Class | Org.Mentalis.SecurityServices.Cryptography Namespace | StringEncryption.Encrypt Overload List