1 write to _cryptoAlgorithmFactory
System.Web (1)
Security\Cryptography\NetFXCryptoService.cs (1)
43_cryptoAlgorithmFactory = cryptoAlgorithmFactory;
4 references to _cryptoAlgorithmFactory
System.Web (4)
Security\Cryptography\NetFXCryptoService.cs (4)
54using (SymmetricAlgorithm encryptionAlgorithm = _cryptoAlgorithmFactory.GetEncryptionAlgorithm()) { 85using (KeyedHashAlgorithm signingAlgorithm = _cryptoAlgorithmFactory.GetValidationAlgorithm()) { 125using (SymmetricAlgorithm decryptionAlgorithm = _cryptoAlgorithmFactory.GetEncryptionAlgorithm()) { 129using (KeyedHashAlgorithm validationAlgorithm = _cryptoAlgorithmFactory.GetValidationAlgorithm()) {