c# - security dll reference in Silverlight? -


i want to aes encryption , have in silverlight project.

the problem need system.security.dll cannot add reference c:\ windows\ microsoft.net\ framework\ v2.0.50727dll\ system.security.dll because silverlight not accept it.

do see workaround issue?

thanks in advance.

you don't need system.security.dll.
system.security.dll exposes managed wrapper around dpapi, not you're looking for, , not available in silverlight.

you need use aesmanaged class in system.core.dll.


Comments

Popular posts from this blog

python - Does anyone know how to configure the hunpos wrapper class on nltk? -

mysql - How to insert just year and month into date field? -