A StreamAlgorithmFactory is a factory class to create IStreamAlgorithm objects based on their description or IDs.

Namespace: LLCryptoLib.Crypto
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

C#
public sealed class StreamAlgorithmFactory
Visual Basic
Public NotInheritable Class StreamAlgorithmFactory
Visual C++
public ref class StreamAlgorithmFactory sealed

Inheritance Hierarchy

System..::..Object
  LLCryptoLib.Crypto..::..StreamAlgorithmFactory

See Also