PasswordDeriveBytes.GetBytes(Int32) メソッド

定義

注意事項

Rfc2898DeriveBytes replaces PasswordDeriveBytes for deriving key material from a password and is preferred in new applications.

擬似ランダム キー バイトを返します。

public:
 override cli::array <System::Byte> ^ GetBytes(int cb);
[System.Obsolete("Rfc2898DeriveBytes replaces PasswordDeriveBytes for deriving key material from a password and is preferred in new applications.")]
public override byte[] GetBytes (int cb);
public override byte[] GetBytes (int cb);
[<System.Obsolete("Rfc2898DeriveBytes replaces PasswordDeriveBytes for deriving key material from a password and is preferred in new applications.")>]
override this.GetBytes : int -> byte[]
override this.GetBytes : int -> byte[]
Public Overrides Function GetBytes (cb As Integer) As Byte()

パラメーター

cb
Int32

生成する擬似ランダム キー バイトの数。

戻り値

Byte[]

擬似ランダム キー バイトを格納したバイト配列。

属性

注釈

このメソッドは、任意の数の擬似ランダム バイトを作成できます。 ただし、バイト シーケンスの強度は、ハッシュ出力のバイト数によって制限されます。

適用対象

こちらもご覧ください