IEncryptionService Methods

Methods
  NameDescription
Public methodDecrypt(String)
Decrypts the specified text.
Public methodDecrypt(Byte, Int32, Stream)
Decrypts the specified data and writes the decrypted bytes to the output stream.
Public methodEncrypt(String)
Encrypts the specified text.
Public methodEncrypt(Byte, Stream)
Encrypts the specified data and writes the encrypted bytes to the output stream.
Top
See Also