Generates a random key to be used for the algorithm.

Namespace:  Rebex.Security.Cryptography
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

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

Remarks

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

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also