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

Javascript line number mapping -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -