DeriveBytes 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示抽象基类,导出指定长度字节序列的所有类都从该基类继承。
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
- 继承
-
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) |