Gets the wrapped symmetric algorithm.
Namespace: LLCryptoLib.CryptoAssembly: 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 (); } |