Represents the abstract base class from which all classes that derive byte sequences of a specified length inherit.

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

Syntax

Visual Basic
Public MustInherit Class DeriveBytes _
	Implements IDisposable
C#
public abstract class DeriveBytes : IDisposable

Inheritance Hierarchy

System..::..Object
  Rebex.Security.Cryptography..::..DeriveBytes
    Rebex.Security.Cryptography..::..Pkcs12KeyGenerator
    Rebex.Security.Cryptography..::..Rfc2898DeriveBytes

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also