1 write to EncryptionAlgorithm
System.Security.Cryptography (1)
System\Security\Cryptography\PbeParameters.cs (1)
19
EncryptionAlgorithm
= encryptionAlgorithm;
15 references to EncryptionAlgorithm
System.Security.Cryptography (11)
src\libraries\Common\src\System\Security\Cryptography\PasswordBasedEncryption.cs (4)
34
PbeEncryptionAlgorithm encryptionAlgorithm = pbeParameters.
EncryptionAlgorithm
;
245
pbeParameters.
EncryptionAlgorithm
));
250
switch (pbeParameters.
EncryptionAlgorithm
)
277
pbeParameters.
EncryptionAlgorithm
));
System\Security\Cryptography\Helpers.cs (3)
418
if (exportParameters.
EncryptionAlgorithm
is
435
else if (exportParameters.
EncryptionAlgorithm
is PbeEncryptionAlgorithm.TripleDes3KeyPkcs12)
448
throw 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)
34
PbeEncryptionAlgorithm encryptionAlgorithm = pbeParameters.
EncryptionAlgorithm
;
245
pbeParameters.
EncryptionAlgorithm
));
250
switch (pbeParameters.
EncryptionAlgorithm
)
277
pbeParameters.
EncryptionAlgorithm
));