DeriveBytes 類別

定義

表示衍生指定長度位元組序列所有類別所繼承的來源抽象基底類別。

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 類別使用的 Unmanaged 資源,並選擇性釋出 Managed 資源。

Equals(Object)

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetBytes(Int32)

在衍生類別中覆寫時,傳回虛擬隨機金鑰位元組。

GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
Reset()

在衍生類別中覆寫時,重設作業的狀態。

ToString()

傳回代表目前物件的字串。

(繼承來源 Object)

適用於

另請參閱