|   | SymmetricAlgorithmExtensions Class | 
        
        
            Defines extension functions related to cryptographic SymmetricAlgorithm objects.
            
        
          
             Inheritance Hierarchy
Inheritance Hierarchy
         
        
          SystemObject
          
  GSF.Security.CryptographySymmetricAlgorithmExtensions
        
        Namespace: GSF.Security.CryptographyAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
 Syntax
Syntaxpublic static class SymmetricAlgorithmExtensions
<ExtensionAttribute>
Public NotInheritable Class SymmetricAlgorithmExtensions
[ExtensionAttribute]
public ref class SymmetricAlgorithmExtensions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type SymmetricAlgorithmExtensions = class end
GSF.Security.Cryptography.SymmetricAlgorithmExtensions = function();
Type.createClass(
	'GSF.Security.Cryptography.SymmetricAlgorithmExtensions');
The SymmetricAlgorithmExtensions type exposes the following members.
 Methods
Methods|  | Name | Description | 
|---|
|  | 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. | 
Top See Also
See Also