PbeParameters(PbeEncryptionAlgorithm, HashAlgorithmName, Int32) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
PbeParameters クラスの新しいインスタンスを初期化します。
public:
PbeParameters(System::Security::Cryptography::PbeEncryptionAlgorithm encryptionAlgorithm, System::Security::Cryptography::HashAlgorithmName hashAlgorithm, int iterationCount);
public PbeParameters (System.Security.Cryptography.PbeEncryptionAlgorithm encryptionAlgorithm, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, int iterationCount);
new System.Security.Cryptography.PbeParameters : System.Security.Cryptography.PbeEncryptionAlgorithm * System.Security.Cryptography.HashAlgorithmName * int -> System.Security.Cryptography.PbeParameters
Public Sub New (encryptionAlgorithm As PbeEncryptionAlgorithm, hashAlgorithm As HashAlgorithmName, iterationCount As Integer)
パラメーター
- encryptionAlgorithm
- PbeEncryptionAlgorithm
データを暗号化するときに使用するアルゴリズム。
- hashAlgorithm
- HashAlgorithmName
パスワードを暗号化キーに変換するキー派生関数 (KDF) と共に使用するハッシュ アルゴリズムの名前。
- iterationCount
- Int32
パスワードを暗号化キーに変換するキー派生関数 (KDF) に指定する反復数。
例外
iterationCount
が 1 未満です。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET