DeriveBytes クラス
定義
指定した長さのバイト シーケンスを派生させるすべてのクラスの継承元となる抽象基本クラスを表します。Represents the abstract base class from which all classes that derive byte sequences of a specified length inherit.
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() メンバーをオーバーライドする必要があります。When you inherit from DeriveBytes, you must override the following members: GetBytes(Int32), and Reset().
コンストラクター
DeriveBytes() |
DeriveBytes クラスの新しいインスタンスを初期化します。Initializes a new instance of the DeriveBytes class. |
メソッド
Dispose() |
派生クラスでオーバーライドされると、DeriveBytes クラスの現在のインスタンスによって使用されているすべてのリソースを解放します。When overridden in a derived class, releases all resources used by the current instance of the DeriveBytes class. |
Dispose(Boolean) |
派生クラスでオーバーライドされた場合、DeriveBytes クラスによって使用されているアンマネージド リソースを解放します。オプションとして、マネージド リソースを解放することもできます。When overridden in a derived class, releases the unmanaged resources used by the DeriveBytes class and optionally releases the managed resources. |
Equals(Object) |
指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。Determines whether the specified object is equal to the current object. (継承元 Object) |
GetBytes(Int32) |
派生クラスでオーバーライドされた場合、擬似ランダム キー バイトを返します。When overridden in a derived class, returns pseudo-random key bytes. |
GetHashCode() |
既定のハッシュ関数として機能します。Serves as the default hash function. (継承元 Object) |
GetType() |
現在のインスタンスの Type を取得します。Gets the Type of the current instance. (継承元 Object) |
MemberwiseClone() |
現在の Object の簡易コピーを作成します。Creates a shallow copy of the current Object. (継承元 Object) |
Reset() |
派生クラスでオーバーライドされた場合、演算の状態をリセットします。When overridden in a derived class, resets the state of the operation. |
ToString() |
現在のオブジェクトを表す文字列を返します。Returns a string that represents the current object. (継承元 Object) |