Generates a random Key to be used for the algorithm.

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

Syntax

C#
public override void GenerateKey()
Visual Basic
Public Overrides Sub GenerateKey
Visual C++
public:
virtual void GenerateKey() override

Remarks

Use this method to generate a random key when none is specified.

See Also