Open this page in the API Guide

IEncryptionService.Encrypt Method

Overload List
  NameDescription
Public methodEncrypt(String)
Encrypts the specified text (using the application's symmetric encryption key).
Public methodEncrypt(Byte[], Stream)
Encrypts the specified data (using the application's symmetric encryption key) and writes the encrypted bytes to the output stream.
Top
See Also