DeriveBytes クラス
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した長さのバイト シーケンスを派生させるすべてのクラスの継承元となる抽象基本クラスを表します。
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() メンバーをオーバーライドする必要があります。
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 |
.NET に関するフィードバック
.NET はオープンソース プロジェクトです。 フィードバックを提供するにはリンクを選択します。