Gets the wrapped symmetric algorithm.

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

Syntax

C#
public SymmetricAlgorithm Algorithm { get; }
Visual Basic
Public ReadOnly Property Algorithm As SymmetricAlgorithm
	Get
Visual C++
public:
property SymmetricAlgorithm^ Algorithm {
	SymmetricAlgorithm^ get ();
}

Field Value

the encryption algorithm of this Stream Crypter

See Also