1 write to EncryptionAlgorithm
System.Security.Cryptography (1)
System\Security\Cryptography\PbeParameters.cs (1)
19EncryptionAlgorithm = encryptionAlgorithm;
15 references to EncryptionAlgorithm
System.Security.Cryptography (11)
src\libraries\Common\src\System\Security\Cryptography\PasswordBasedEncryption.cs (4)
34PbeEncryptionAlgorithm encryptionAlgorithm = pbeParameters.EncryptionAlgorithm; 245pbeParameters.EncryptionAlgorithm)); 250switch (pbeParameters.EncryptionAlgorithm) 277pbeParameters.EncryptionAlgorithm));
System\Security\Cryptography\Helpers.cs (3)
418if (exportParameters.EncryptionAlgorithm is 435else if (exportParameters.EncryptionAlgorithm is PbeEncryptionAlgorithm.TripleDes3KeyPkcs12) 448throw new CryptographicException(SR.Format(SR.Cryptography_UnknownAlgorithmIdentifier, exportParameters.EncryptionAlgorithm));
System\Security\Cryptography\X509Certificates\X509Certificate.cs (2)
398/// not supported for the <see cref="PbeParameters.EncryptionAlgorithm"/> value. 403/// <see cref="PbeParameters.EncryptionAlgorithm"/>.
System\Security\Cryptography\X509Certificates\X509Certificate2Collection.cs (2)
160/// not supported for the <see cref="PbeParameters.EncryptionAlgorithm"/> value. 165/// <see cref="PbeParameters.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));