3 references to CacheableOutput
System.Web (3)
Security\Cryptography\AspNetCryptoServiceProvider.cs (1)
81
return new NetFXCryptoService(_cryptoAlgorithmFactory, encryptionKey, validationKey, predictableIV: (options == CryptoServiceOptions.
CacheableOutput
));
UI\Page.cs (2)
1849
ICryptoService cryptoService = AspNetCryptoServiceProvider.Instance.GetCryptoService(purpose, CryptoServiceOptions.
CacheableOutput
);
2014
ICryptoService cryptoService = AspNetCryptoServiceProvider.Instance.GetCryptoService(purpose, CryptoServiceOptions.
CacheableOutput
);