Click or drag to resize

SymmetricAlgorithmExtensions Class

Defines extension functions related to cryptographic SymmetricAlgorithm objects.
Inheritance Hierarchy
SystemObject
  GSF.Security.CryptographySymmetricAlgorithmExtensions

Namespace: GSF.Security.Cryptography
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.252-beta+d6f44256e7cdcd1b3455fcb1dc7bd1c8d65c988a
Syntax
public static class SymmetricAlgorithmExtensions
View Source

The SymmetricAlgorithmExtensions type exposes the following members.

Methods
 NameDescription
Public Extension MethodDecrypt(SymmetricAlgorithm, Stream, Stream, Byte, Byte) Decrypts input stream onto output stream for the given parameters.
Public Extension MethodDecrypt(SymmetricAlgorithm, Byte, Int32, Int32, Byte, Byte) Returns a binary array of decrypted data for the given parameters.
Public Extension MethodEncrypt(SymmetricAlgorithm, Stream, Stream, Byte, Byte) Encrypts input stream onto output stream for the given parameters.
Public Extension MethodEncrypt(SymmetricAlgorithm, Byte, Int32, Int32, Byte, Byte) Returns a binary array of encrypted data for the given parameters.
Top
See Also