Open this page in the API Guide

IEncryptionService.Decrypt Method

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