Specifies key derivation algorithm from password.

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

Syntax

Visual Basic
Public Enumeration KeyDerivationAlgorithm
C#
public enum KeyDerivationAlgorithm

Members

Member nameDescription
Supported by the .NET Compact FrameworkRfc2898
Use RFC 2898 implementation of key derivation from password.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also