asp.net.ph

PassportIdentity.Compress Method

System.Web.Security Namespace   PassportIdentity Class


Compresses data.

[ VB ]
Public Shared Function Compress ( _
   strData As String _
 ) As String

[ C# ]
public static string Compress (
   string strData
);

[ C++ ]
public: static String* Compress (
   String* strData
);

[ JScript ]
public static function Compress (
   strData : String
 ) : String;

Parameters

strData
The data to be compressed.

Return Value

The compressed data.

Remarks

For more information, see the Passport SDK documentation for IPassportCrypt.Compress, available in the MSDN Library.

See Also

PassportIdentity Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph