SymmetricAlgorithmExtensions Class
Defines extension functions related to cryptographic SymmetricAlgorithm objects.
Namespace: Gemstone.Security.Cryptography.SymmetricAlgorithmExtensionsAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.150 -- Release Build+64e3b411e1abfbd2d4d8a81e850c3909a0ce8731
public static class SymmetricAlgorithmExtensions
<ExtensionAttribute>
Public NotInheritable Class SymmetricAlgorithmExtensions
[ExtensionAttribute]
public ref class SymmetricAlgorithmExtensions abstract sealed
Gemstone.Security.Cryptography.SymmetricAlgorithmExtensions.SymmetricAlgorithmExtensions = function();
Type.createClass(
'Gemstone.Security.Cryptography.SymmetricAlgorithmExtensions.SymmetricAlgorithmExtensions');
- Inheritance
- Object SymmetricAlgorithmExtensions
| 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.
|
| 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.
|