1 write to EncryptionAlgorithm
System.Security.Cryptography (1)
System\Security\Cryptography\PbeParameters.cs (1)
19EncryptionAlgorithm = encryptionAlgorithm;
8 references to EncryptionAlgorithm
System.Security.Cryptography (4)
src\libraries\Common\src\System\Security\Cryptography\PasswordBasedEncryption.cs (4)
34PbeEncryptionAlgorithm encryptionAlgorithm = pbeParameters.EncryptionAlgorithm; 245pbeParameters.EncryptionAlgorithm)); 250switch (pbeParameters.EncryptionAlgorithm) 277pbeParameters.EncryptionAlgorithm));
System.Security.Cryptography.Pkcs (4)
src\libraries\Common\src\System\Security\Cryptography\PasswordBasedEncryption.cs (4)
34PbeEncryptionAlgorithm encryptionAlgorithm = pbeParameters.EncryptionAlgorithm; 245pbeParameters.EncryptionAlgorithm)); 250switch (pbeParameters.EncryptionAlgorithm) 277pbeParameters.EncryptionAlgorithm));