Aracılığıyla paylaş


PbeParameters(PbeEncryptionAlgorithm, HashAlgorithmName, Int32) Oluşturucu

Tanım

PbeParameters sınıfının yeni bir örneğini başlatır.

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)

Parametreler

encryptionAlgorithm
PbeEncryptionAlgorithm

Verileri şifrelerken kullanılacak algoritma.

hashAlgorithm
HashAlgorithmName

Parolayı şifreleme anahtarına dönüştürmek için Anahtar Türetme İşlevi (KDF) ile kullanılacak karma algoritmasının adı.

iterationCount
Int32

Bir parolayı şifreleme anahtarına dönüştürmek için Anahtar Türetme İşlevi'ne (KDF) sağlanması gereken yineleme sayısı.

Özel durumlar

iterationCount 1'den küçüktür.

Şunlara uygulanır