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