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)

適用対象

こちらもご覧ください