DeriveBytes Class

Definition

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

public ref class DeriveBytes abstract : IDisposable
public ref class DeriveBytes abstract
[System.Runtime.Versioning.UnsupportedOSPlatform("browser")]
public abstract class DeriveBytes : IDisposable
public abstract class DeriveBytes : IDisposable
public abstract class DeriveBytes
[System.Runtime.InteropServices.ComVisible(true)]
public abstract class DeriveBytes
[System.Runtime.InteropServices.ComVisible(true)]
public abstract class DeriveBytes : IDisposable
[<System.Runtime.Versioning.UnsupportedOSPlatform("browser")>]
type DeriveBytes = class
    interface IDisposable
type DeriveBytes = class
    interface IDisposable
type DeriveBytes = class
[<System.Runtime.InteropServices.ComVisible(true)>]
type DeriveBytes = class
[<System.Runtime.InteropServices.ComVisible(true)>]
type DeriveBytes = class
    interface IDisposable
Public MustInherit Class DeriveBytes
Implements IDisposable
Public MustInherit Class DeriveBytes
Inheritance
DeriveBytes
Derived
Attributes
Implements

Notes to Implementers

When you inherit from DeriveBytes, you must override the following members: GetBytes(Int32), and Reset().

Constructors

DeriveBytes()

Initializes a new instance of the DeriveBytes class.

Methods

Dispose()

When overridden in a derived class, releases all resources used by the current instance of the DeriveBytes class.

Dispose(Boolean)

When overridden in a derived class, releases the unmanaged resources used by the DeriveBytes class and optionally releases the managed resources.

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetBytes(Int32)

When overridden in a derived class, returns pseudo-random key bytes.

GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
Reset()

When overridden in a derived class, resets the state of the operation.

ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to

See also