DeriveBytes 类
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示抽象基类,导出指定长度字节序列的所有类都从该基类继承。
public ref class DeriveBytes abstract : IDisposable
public ref class DeriveBytes abstract
C#
public abstract class DeriveBytes : IDisposable
C#
[System.Runtime.Versioning.UnsupportedOSPlatform("browser")]
public abstract class DeriveBytes : IDisposable
C#
public abstract class DeriveBytes
C#
[System.Runtime.InteropServices.ComVisible(true)]
public abstract class DeriveBytes
C#
[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()。
Derive |
初始化 DeriveBytes 类的新实例。 |
Dispose() |
在派生类中重写时,释放由 DeriveBytes 类的当前实例使用的所有资源。 |
Dispose(Boolean) |
在派生类中重写时,释放由 DeriveBytes 类占用的非托管资源,还可以另外再释放托管资源。 |
Equals(Object) |
确定指定对象是否等于当前对象。 (继承自 Object) |
Get |
当在派生类中被重写时,返回伪随机密钥字节。 |
Get |
作为默认哈希函数。 (继承自 Object) |
Get |
获取当前实例的 Type。 (继承自 Object) |
Memberwise |
创建当前 Object 的浅表副本。 (继承自 Object) |
Reset() |
当在派生类中被重写时,重置操作的状态。 |
To |
返回表示当前对象的字符串。 (继承自 Object) |
产品 | 版本 |
---|---|
.NET | Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10 |
.NET Framework | 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET Standard | 1.3, 1.4, 1.6, 2.0, 2.1 |