1 implementation of GetEncryptionAlgorithm
System.Web (1)
Security\Cryptography\MachineKeyCryptoAlgorithmFactory.cs (1)
24public SymmetricAlgorithm GetEncryptionAlgorithm() {
2 references to GetEncryptionAlgorithm
System.Web (2)
Security\Cryptography\NetFXCryptoService.cs (2)
54using (SymmetricAlgorithm encryptionAlgorithm = _cryptoAlgorithmFactory.GetEncryptionAlgorithm()) { 125using (SymmetricAlgorithm decryptionAlgorithm = _cryptoAlgorithmFactory.GetEncryptionAlgorithm()) {