can't access system.security.cryptography.xml

vitalyp

New Member
Messages
1
Reaction score
0
Points
0
Hi all.

I want to use EncryptedXml element in my ASP.NET application.

So, I have next strig in my .vb file:

"Imports System.Security.Cryptography.Xml"

But, I've got compiler error message:

Error VBNC30456: 'Xml' is not a member of 'Global.System.Security.Cryptography'.

Wat's wrong ?

Vitlay
 

garrettroyce

Community Support
Community Support
Messages
5,609
Reaction score
252
Points
63
Since we are on a linux server and not running native Windows, there are some limitations to what you can do. I imagine this is one of them. I don't use ASP.NET, so you might want to check the mod_mono site for more information straight from the experts: http://mono-project.com/Main_Page
 
Top