PasswordDeriveBytes.GetBytes メソッド
メモ : このメソッドは、互換性のために残されています。 旧式でない代替が必要な場合は、GetBytes を使用してください。
擬似ランダム キー バイトを返します。 名前空間: System.Security.Cryptographyアセンブリ: mscorlib (mscorlib.dll 内)

<ObsoleteAttribute("Rfc2898DeriveBytes replaces PasswordDeriveBytes for deriving key material from a password and is preferred in new applications.")> _ Public Overrides Function GetBytes ( _ cb As Integer _ ) As Byte()
Dim instance As PasswordDeriveBytes Dim cb As Integer Dim returnValue As Byte() returnValue = instance.GetBytes(cb)
[ObsoleteAttribute("Rfc2898DeriveBytes replaces PasswordDeriveBytes for deriving key material from a password and is preferred in new applications.")] public override byte[] GetBytes ( int cb )
[ObsoleteAttribute(L"Rfc2898DeriveBytes replaces PasswordDeriveBytes for deriving key material from a password and is preferred in new applications.")] public: virtual array<unsigned char>^ GetBytes ( int cb ) override
/** @attribute ObsoleteAttribute("Rfc2898DeriveBytes replaces PasswordDeriveBytes for deriving key material from a password and is preferred in new applications.") */ public byte[] GetBytes ( int cb )
ObsoleteAttribute("Rfc2898DeriveBytes replaces PasswordDeriveBytes for deriving key material from a password and is preferred in new applications.") public override function GetBytes ( cb : int ) : byte[]
戻り値
擬似ランダム キー バイトを格納したバイト配列。


Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からPasswordDeriveBytes.GetBytes メソッドを検索する場合は、下記のリンクをクリックしてください。

- PasswordDeriveBytes.GetBytes メソッドのページへのリンク