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)
54
using (SymmetricAlgorithm encryptionAlgorithm =
_cryptoAlgorithmFactory
.GetEncryptionAlgorithm()) {
85
using (KeyedHashAlgorithm signingAlgorithm =
_cryptoAlgorithmFactory
.GetValidationAlgorithm()) {
125
using (SymmetricAlgorithm decryptionAlgorithm =
_cryptoAlgorithmFactory
.GetEncryptionAlgorithm()) {
129
using (KeyedHashAlgorithm validationAlgorithm =
_cryptoAlgorithmFactory
.GetValidationAlgorithm()) {