Class SaveSystemSymmetricCryptoStream
Save System symmetric encryption crypto stream wrapper.
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Bayat.SaveSystem.Security
Assembly: Bayat.SaveSystem.Runtime.dll
Syntax
public class SaveSystemSymmetricCryptoStream : SaveSystemCryptoStream, IDisposable
Constructors
| Improve this Doc View SourceSaveSystemSymmetricCryptoStream(CryptoStream, SymmetricAlgorithm, ICryptoTransform)
Declaration
public SaveSystemSymmetricCryptoStream(CryptoStream cryptoStream, SymmetricAlgorithm algorithm, ICryptoTransform cryptoTransform)
Parameters
Type | Name | Description |
---|---|---|
System.Security.Cryptography.CryptoStream | cryptoStream | |
System.Security.Cryptography.SymmetricAlgorithm | algorithm | |
System.Security.Cryptography.ICryptoTransform | cryptoTransform |
Fields
| Improve this Doc View SourceAlgorithm
The encryption algorithm.
Declaration
public readonly SymmetricAlgorithm Algorithm
Field Value
Type | Description |
---|---|
System.Security.Cryptography.SymmetricAlgorithm |
CryptoTransform
The crypto transform, whether is encryptor or decryptor.
Declaration
public readonly ICryptoTransform CryptoTransform
Field Value
Type | Description |
---|---|
System.Security.Cryptography.ICryptoTransform |
Methods
| Improve this Doc View SourceDispose()
Declaration
public override void Dispose()
Overrides
Implements
System.IDisposable