3 references to None
System.Web (3)
Security\Cryptography\AspNetCryptoServiceProvider.cs (2)
54public ICryptoService GetCryptoService(Purpose purpose, CryptoServiceOptions options = CryptoServiceOptions.None) { 56if (_isDataProtectorEnabled && options == CryptoServiceOptions.None) {
Security\Cryptography\ICryptoServiceProvider.cs (1)
15ICryptoService GetCryptoService(Purpose purpose, CryptoServiceOptions options = CryptoServiceOptions.None);