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

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

asp.net - RadAsyncUpload in code behind, how to? -