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)
81
return new NetFXCryptoService(
_cryptoAlgorithmFactory
, encryptionKey, validationKey, predictableIV: (options == CryptoServiceOptions.CacheableOutput));