PasswordDeriveBytes.GetBytes メソッドとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > PasswordDeriveBytes.GetBytes メソッドの意味・解説 

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[]

パラメータ

cb

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

戻り値
擬似ランダム キー バイト格納したバイト配列

解説解説
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
PasswordDeriveBytes クラス
PasswordDeriveBytes メンバ
System.Security.Cryptography 名前空間
その他の技術情報
暗号サービス


このページでは「.NET Framework クラス ライブラリ リファレンス」からPasswordDeriveBytes.GetBytes メソッドを検索した結果を表示しています。
Weblioに収録されているすべての辞書からPasswordDeriveBytes.GetBytes メソッドを検索する場合は、下記のリンクをクリックしてください。
 全ての辞書からPasswordDeriveBytes.GetBytes メソッド を検索

英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

PasswordDeriveBytes.GetBytes メソッドのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



PasswordDeriveBytes.GetBytes メソッドのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2025 Microsoft.All rights reserved.

©2025 GRAS Group, Inc.RSS