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