This documentation is archived and is not being maintained.

PassportIdentity.Decompress Method

Decompresses data that has been compressed by the Compress method.

[Visual Basic]
Public Shared Function Decompress( _
   ByVal 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 at http://msdn.microsoft.com/library .

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

See Also

PassportIdentity Class | PassportIdentity Members | System.Web.Security Namespace

Show: