Signed Connection using ADOMD.NET

Connection string

This ADOMD.NET connection string can be used for connections to OLAP, Analysis Services.

This one authenticates the user and and prevents the content in the communication to be modified.

Data Source=myServerAddress;Catalog=myDataBase;ProtectionLevel=PktIntegrity;