DeriveBytes 类

定义

表示从中派生指定长度字节序列的所有类继承的抽象基类。

public ref class DeriveBytes abstract : IDisposable
public ref class DeriveBytes abstract
public abstract class DeriveBytes : IDisposable
[System.Runtime.Versioning.UnsupportedOSPlatform("browser")]
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
type DeriveBytes = class
    interface IDisposable
[<System.Runtime.Versioning.UnsupportedOSPlatform("browser")>]
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
继承
DeriveBytes
派生
属性
实现

实施者说明

DeriveBytes中继承时,必须重写以下成员: GetBytes(Int32)Reset()

构造函数

名称 说明
DeriveBytes()

初始化 DeriveBytes 类的新实例。

方法

名称 说明
Dispose()

在派生类中重写时,释放该类的当前实例 DeriveBytes 使用的所有资源。

Dispose(Boolean)

在派生类中重写时,释放该类使用 DeriveBytes 的非托管资源,并选择性地释放托管资源。

Equals(Object)

确定指定的对象是否等于当前对象。

(继承自 Object)
GetBytes(Int32)

在派生类中重写时,返回伪随机键字节。

GetHashCode()

用作默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object的浅表副本。

(继承自 Object)
Reset()

在派生类中重写时,重置操作的状态。

ToString()

返回一个表示当前对象的字符串。

(继承自 Object)

适用于

另请参阅