user818700
user818700

Reputation:

Missing System.Security.dll Assembly

I was trying to use the System.Security.Cryptography namespace in my Windows Phone 7 project. Of course the "Protect" class wasn't available and I figured that I have to upgrade my 7 app to 7.1.

I did that and still I can't see the class on that namespace. Then I figured I have to reference the System.Security.dll assembly and then it might work. Thing is.. I can't find the assembly

I right-click on the project, select 'Add Reference' and then under the .NET tab there's nothing of the sorts.

Any help?

Upvotes: 3

Views: 14070

Answers (1)

Jesse Carter
Jesse Carter

Reputation: 21147

Are you absolutely sure that its not there? I just checked my reference files in the .NET section and System.Security is definitely included as part of .NET 4.0. You can sort the assemblies by name (ascending or descending) or search as the comment on your original post suggests. If its not there, what version of the .NET framework and Visual Studio are you using?

Upvotes: 0

Related Questions