Show / Hide Table of Contents

    Class SaveSystemSymmetricCryptoStream

    Save System symmetric encryption crypto stream wrapper.

    Inheritance
    System.Object
    SaveSystemCryptoStream
    SaveSystemSymmetricCryptoStream
    Implements
    System.IDisposable
    Inherited Members
    SaveSystemCryptoStream.UnderlyingCryptoStream
    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 Source

    SaveSystemSymmetricCryptoStream(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 Source

    Algorithm

    The encryption algorithm.

    Declaration
    public readonly SymmetricAlgorithm Algorithm
    Field Value
    Type Description
    System.Security.Cryptography.SymmetricAlgorithm
    | Improve this Doc View Source

    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 Source

    Dispose()

    Declaration
    public override void Dispose()
    Overrides
    SaveSystemCryptoStream.Dispose()

    Implements

    System.IDisposable