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