asp.net.ph

PassportIdentity.Decompress Method

System.Web.Security Namespace   PassportIdentity Class


Decompresses data that has been compressed by the Compress method.

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

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

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

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

Parameters

strData
The data to be decompressed.

Return Value

The decompressed data.

Remarks

For more information, see the Passport SDK documentation for IPassportCrypt.Decompress, 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