1 write to _cryptoAlgorithmFactory
System.Web (1)
Security\Cryptography\AspNetCryptoServiceProvider.cs (1)
29_cryptoAlgorithmFactory = cryptoAlgorithmFactory;
1 reference to _cryptoAlgorithmFactory
System.Web (1)
Security\Cryptography\AspNetCryptoServiceProvider.cs (1)
81return new NetFXCryptoService(_cryptoAlgorithmFactory, encryptionKey, validationKey, predictableIV: (options == CryptoServiceOptions.CacheableOutput));