1 write to WrappedCryptoService
System.Web (1)
Security\Cryptography\HomogenizingCryptoServiceWrapper.cs (1)
17WrappedCryptoService = wrapped;
2 references to WrappedCryptoService
System.Web (2)
Security\Cryptography\HomogenizingCryptoServiceWrapper.cs (2)
50return HomogenizeErrors(WrappedCryptoService.Protect, clearData); 54return HomogenizeErrors(WrappedCryptoService.Unprotect, protectedData);