Click here to Skip to main content
15,884,739 members
Articles / Web Development / IIS

ViewState Serializer, Compressor & Encrypter

Rate me:
Please Sign up or sign in to vote.
2.75/5 (9 votes)
26 Sep 2009CPOL4 min read 35.2K   554   27  
It's a very complete and robust processor of ViewState, it allows: to select the way of serialization, compression and encryption optionally.
Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices

' La informaci�n general de un ensamblado se controla mediante el siguiente
' conjunto de atributos. Cambie estos atributos para modificar la informaci�n
' asociada con un ensamblado.

' Revisar los valores de los atributos del ensamblado

<Assembly: AssemblyTitle("")> 
<Assembly: AssemblyDescription("")> 
<Assembly: AssemblyCompany("")> 
<Assembly: AssemblyProduct("")> 
<Assembly: AssemblyCopyright("")> 
<Assembly: AssemblyTrademark("")> 
<Assembly: CLSCompliant(True)> 

'El siguiente GUID sirve como identificador de la biblioteca de tipos si este proyecto se expone a COM
<Assembly: Guid("7C8E5B72-187E-4ADC-925F-EB2FF1579F4E")> 

' La informaci�n de versi�n de un ensamblado consta de los siguientes cuatro valores:
'
'      Versi�n principal
'      Versi�n secundaria 
'      Versi�n de compilaci�n
'      Revisi�n
'
' Puede especificar todos los valores o usar los valores predeterminados (n�mero de versi�n de compilaci�n y de revisi�n) 
' usando el s�mbolo '*' como se muestra a continuaci�n:

<Assembly: AssemblyVersion("1.0.*")> 

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect Sermicro
Spain Spain
My life in programming has been long, begins from the 6 years of age with Basic, I have knowledge of C++, Javascript, ASP .NET, Cisco CCNA, among others.

One of my pastimes in the programming, is cryptology and systems security

One of my recognized works is P2PFire, other smaller projects like utilities for Chats

Comments and Discussions