Gemstone Common Library
C#
VB
C++
JavaScript
Show/Hide TOC
Symmetric
Algorithm
Extensions
Decrypt Method
Overload List
Decrypt(SymmetricAlgorithm, Stream, Stream,
Byte
,
Byte
)
Decrypts input stream onto output stream for the given parameters.
Decrypt(SymmetricAlgorithm,
Byte
, Int32, Int32,
Byte
,
Byte
)
Returns a binary array of decrypted data for the given parameters.
See Also
Reference
SymmetricAlgorithmExtensions Class
Gemstone.Security.Cryptography.SymmetricAlgorithmExtensions Namespace
In This Article
Overload List
See Also